Skip to content

Commit 778222a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f292ddf commit 778222a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servicex_app/servicex_app/web/admin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def _is_admin(self):
2626
except (NoAuthorizationError, Exception):
2727
return False
2828

29-
from servicex_app.web.admin.admin import init_admin # noqa: E402
3029

30+
from servicex_app.web.admin.admin import init_admin # noqa: E402
3131

3232
__all__ = ["AdminAuthMixin", "init_admin"]

0 commit comments

Comments
 (0)