Skip to content
Snippets Groups Projects
Commit 9f7def441778 authored by szeka.wong's avatar szeka.wong
Browse files

Move MetaAnalytic file to module's root to avoid long import instructions.

parent afd556c47748
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
# flake8: noqa
from . import models
from . import MetaAnalytic
This diff is collapsed.
......@@ -38,7 +38,6 @@
config.parser.error("\n * ".join(errors))
from . import MetaAnalytic
from . import analytic_code
from . import analytic_dimension
from . import analytic_structure
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