Skip to content

Commit f35646a

Browse files
author
James Gutu
committed
fixed linting problem
1 parent b9e9922 commit f35646a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/panels/test_settings.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
from ..base import IntegrationTestCase
44

55

6-
@override_settings(DEBUG=True, RANDOM_SETTING=bytes.fromhex("a3f2b8c14e972d5a8fb3c7291a64e0859c472bf63d18a0945e73b2c84f917ae2"))
6+
@override_settings(
7+
DEBUG=True,
8+
RANDOM_SETTING=bytes.fromhex(
9+
"a3f2b8c14e972d5a8fb3c7291a64e0859c472bf63d18a0945e73b2c84f917ae2"
10+
),
11+
)
712
class SettingsIntegrationTestCase(IntegrationTestCase):
813
def test_panel_title(self):
914
response = self.client.get("/regular/basic/")

0 commit comments

Comments
 (0)