Skip to content

Commit

Permalink
ignore line length
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedrichFroebel committed Nov 22, 2023
1 parent 91ebb9a commit 6eb9477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_labels.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
try:
from importlib.resources import as_file, files
except ImportError:
from importlib_resources import as_file, files # type: ignore[import-not-found,no-redef]
from importlib_resources import as_file, files # type: ignore[import-not-found,no-redef] # noqa: E501
from tempfile import NamedTemporaryFile
from unittest import mock

Expand Down

0 comments on commit 6eb9477

Please sign in to comment.