Skip to content

Commit d622f10

Browse files
committed
Sigh
1 parent 09e400d commit d622f10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

comment_spell_check/comment_spell_check.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
parent_directory = os.path.dirname(current_script_path)
4141
sys.path.insert(0, parent_directory + "/../")
4242

43-
from comment_spell_check.utils import parseargs # noqa: E402
44-
from comment_spell_check.utils import bibtex_loader # noqa: E402
43+
from comment_spell_check.utils import parseargs # noqa: E402
44+
from comment_spell_check.utils import bibtex_loader # noqa: E402
4545
from comment_spell_check.utils import create_checker # noqa: E402
46-
from comment_spell_check.utils import url_remove # noqa: E402
46+
from comment_spell_check.utils import url_remove # noqa: E402
4747

4848
__version__ = "unknown"
4949

0 commit comments

Comments
 (0)