Skip to content

Commit 8a9c21d

Browse files
committed
fix pyright complaint
1 parent 9dfc868 commit 8a9c21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake8_async/visitors/visitor_utility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from re import Match
1818

1919
import libcst as cst
20-
from libcst._position import CodeRange
20+
from libcst.metadata import CodeRange
2121

2222

2323
@utility_visitor

0 commit comments

Comments
 (0)