diff --git a/biscuit/core/util/core_helpers.py b/biscuit/core/util/core_helpers.py
index 83a1449f83e638750cf188a970fec0bc44eb960a..57da768aae2b5c16876647d5de435015728d4117 100644
--- a/biscuit/core/util/core_helpers.py
+++ b/biscuit/core/util/core_helpers.py
@@ -10,7 +10,6 @@ from debug_toolbar.middleware import show_toolbar
 
 def dt_show_toolbar(request: HttpRequest) -> bool:
     return settings.DEBUG and (show_toolbar(request) or request.user.is_superuser)
-   
 
 
 def get_app_packages() -> Sequence[str]: