Skip to content

Commit

Permalink
pylint: disable=E0401
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin-feron committed Oct 18, 2023
1 parent 039deed commit 042db1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epythet/tools/docstring_diagnosis.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def repair_package(pkg, write_to_files=False):
reader = RelPathFileStringPersister(pkg)
else:
# try a more flexible store
from tec import PyFilesReader
from tec import PyFilesReader # pylint: disable=E0401

reader = PyFilesReader(pkg)

Expand Down

0 comments on commit 042db1e

Please sign in to comment.