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 939569e commit fb74b50Copy full SHA for fb74b50
1 file changed
flake8_dunder_all/utils.py
@@ -36,6 +36,7 @@
36
# https://github.com/thonny/thonny/blob/master/thonny/ast_utils.py
37
# Copyright (c) 2020 Aivar Annamaa
38
# MIT Licensed
39
+#
40
41
# stdlib
42
import ast
@@ -44,7 +45,7 @@
44
45
from typing import Optional, Union
46
47
# 3rd party
-from asttokens.asttokens import ASTTokens
48
+from asttokens.asttokens import ASTTokens # type: ignore
49
50
__all__ = ["get_docstring_lineno", "tidy_docstring", "mark_text_ranges"]
51
0 commit comments