Skip to content

Commit 5dc0d27

Browse files
committed
check_analysis_access
1 parent e537267 commit 5dc0d27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

qiita_pet/handlers/analysis_handlers/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
# The full license is in the file LICENSE, distributed with this software.
77
# -----------------------------------------------------------------------------
88

9+
from .util import check_analysis_access # noqa
10+
911
from .base_handlers import (
1012
AnalysisGraphHandler,
1113
AnalysisHandler,
@@ -18,7 +20,6 @@
1820
SelectedSamplesHandler,
1921
)
2022
from .sharing_handlers import ShareAnalysisAJAX
21-
from .util import check_analysis_access
2223

2324
__all__ = [
2425
"CreateAnalysisHandler",

0 commit comments

Comments
 (0)