Skip to content

Commit fb74b50

Browse files
committed
Fix type hints
1 parent 939569e commit fb74b50

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

flake8_dunder_all/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
# https://github.com/thonny/thonny/blob/master/thonny/ast_utils.py
3737
# Copyright (c) 2020 Aivar Annamaa
3838
# MIT Licensed
39+
#
3940

4041
# stdlib
4142
import ast
@@ -44,7 +45,7 @@
4445
from typing import Optional, Union
4546

4647
# 3rd party
47-
from asttokens.asttokens import ASTTokens
48+
from asttokens.asttokens import ASTTokens # type: ignore
4849

4950
__all__ = ["get_docstring_lineno", "tidy_docstring", "mark_text_ranges"]
5051

0 commit comments

Comments
 (0)