Skip to content

Commit f86a29f

Browse files
committed
Wrap longish line for clarity
1 parent 31eb204 commit f86a29f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

django_lightweight_queue/app_settings.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,7 @@ def __getattr__(self, name: str) -> Any:
8282
raise AttributeError(f"Sorry, '{name}' is not a valid setting.")
8383

8484

85-
app_settings: Settings = AppSettings(layers=[Defaults(), LongNameAdapter(django_settings)])
85+
app_settings: Settings = AppSettings(layers=[
86+
Defaults(),
87+
LongNameAdapter(django_settings),
88+
])

0 commit comments

Comments
 (0)