Skip to content

Commit 9c0e913

Browse files
committed
poetry run nps fix
1 parent 3d2f6dd commit 9c0e913

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

ni_python_styleguide/_format.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Linting methods."""
2+
23
import contextlib
34
from io import StringIO
45

ni_python_styleguide/_lint.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
"""Linting methods."""
2+
23
import contextlib
34
import io
45

56
import flake8.main.application
67

7-
from ni_python_styleguide import _config_constants
8-
from ni_python_styleguide import _Flake8Error
8+
from ni_python_styleguide import _config_constants, _Flake8Error
99

1010

1111
def lint(qs_or_vs, exclude, app_import_names, format, extend_ignore, file_or_dir):

tests/test_cli/test_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Test the _utils submodule."""
2+
23
import pytest
34

45
from ni_python_styleguide import _utils

0 commit comments

Comments
 (0)