We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5d7db9 commit f325b61Copy full SHA for f325b61
ni_python_styleguide/_utils/__init__.py
@@ -1,6 +1,6 @@
1
-from . import code_analysis # noqa: F401
2
-from . import lint # noqa: F401
3
-from . import string_helpers # noqa: F401
4
-from . import temp_file # noqa: F401
+from ni_python_styleguide._utils import code_analysis # noqa: F401
+from ni_python_styleguide._utils import lint # noqa: F401
+from ni_python_styleguide._utils import string_helpers # noqa: F401
+from ni_python_styleguide._utils import temp_file # noqa: F401
5
6
DEFAULT_ENCODING = "UTF-8"
0 commit comments