Skip to content
Snippets Groups Projects
Verified Commit 7237ac9b authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Remove whitespace

parent 7848b027
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,6 @@ from debug_toolbar.middleware import show_toolbar ...@@ -10,7 +10,6 @@ from debug_toolbar.middleware import show_toolbar
def dt_show_toolbar(request: HttpRequest) -> bool: def dt_show_toolbar(request: HttpRequest) -> bool:
return settings.DEBUG and (show_toolbar(request) or request.user.is_superuser) return settings.DEBUG and (show_toolbar(request) or request.user.is_superuser)
def get_app_packages() -> Sequence[str]: def get_app_packages() -> Sequence[str]:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment