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 09e400d commit d622f10Copy full SHA for d622f10
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 # noqa: E402
44
-from comment_spell_check.utils import bibtex_loader # noqa: E402
+from comment_spell_check.utils import parseargs # noqa: E402
+from comment_spell_check.utils import bibtex_loader # noqa: E402
45
from comment_spell_check.utils import create_checker # noqa: E402
46
-from comment_spell_check.utils import url_remove # noqa: E402
+from comment_spell_check.utils import url_remove # noqa: E402
47
48
__version__ = "unknown"
49
0 commit comments