Skip to content

Commit f325b61

Browse files
committed
update own code to match
1 parent e5d7db9 commit f325b61

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
from ni_python_styleguide._utils import code_analysis # noqa: F401
2+
from ni_python_styleguide._utils import lint # noqa: F401
3+
from ni_python_styleguide._utils import string_helpers # noqa: F401
4+
from ni_python_styleguide._utils import temp_file # noqa: F401
55

66
DEFAULT_ENCODING = "UTF-8"

0 commit comments

Comments
 (0)