We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce7bc53 commit 09e400dCopy full SHA for 09e400d
comment_spell_check/comment_spell_check.py
@@ -40,10 +40,10 @@
40
parent_directory = os.path.dirname(current_script_path)
41
sys.path.insert(0, parent_directory + "/../")
42
43
-from comment_spell_check.utils import parseargs
44
-from comment_spell_check.utils import bibtex_loader
45
-from comment_spell_check.utils import create_checker
46
-from comment_spell_check.utils import url_remove
+from comment_spell_check.utils import parseargs # noqa: E402
+from comment_spell_check.utils import bibtex_loader # noqa: E402
+from comment_spell_check.utils import create_checker # noqa: E402
+from comment_spell_check.utils import url_remove # noqa: E402
47
48
__version__ = "unknown"
49
0 commit comments