Skip to content

Commit

Permalink
Add back # type:ignore (#6695)
Browse files Browse the repository at this point in the history
* Add back `# type:ignore`

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
jtpio and pre-commit-ci[bot] authored Jan 16, 2023
1 parent df4a6bf commit 534b6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
try:
from importlib.resources import files
except ImportError:
from importlib_resources import files
from importlib_resources import files # type:ignore

import pytest

Expand Down

0 comments on commit 534b6f6

Please sign in to comment.