Skip to content

Commit d1accb3

Browse files
author
mongkok
committed
Removed break line
1 parent 7af8e6f commit d1accb3

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/test_api.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ def test_invalid_store_id(client: TestClient) -> None:
2222

2323

2424
@override_settings(
25-
panels=[
26-
"debug_toolbar.panels.timer.TimerPanel",
27-
],
25+
panels=["debug_toolbar.panels.timer.TimerPanel"],
2826
allowed_ips=[],
2927
)
3028
def test_not_allowed(client: TestClient) -> None:

0 commit comments

Comments
 (0)