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 9dfc868 commit 8a9c21dCopy full SHA for 8a9c21d
flake8_async/visitors/visitor_utility.py
@@ -17,7 +17,7 @@
17
from re import Match
18
19
import libcst as cst
20
- from libcst._position import CodeRange
+ from libcst.metadata import CodeRange
21
22
23
@utility_visitor
0 commit comments