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 c5a459f commit 1f8238fCopy full SHA for 1f8238f
reorder_python_imports.py
@@ -469,6 +469,7 @@ def _fix_file(
469
'typing_extensions=typing:no_type_check_decorator',
470
))
471
REPLACES[(3, 7)].update((
472
+ 'mypy_extensions=typing:NoReturn',
473
'typing_extensions=typing:ChainMap',
474
'typing_extensions=typing:Counter',
475
'typing_extensions=typing:Deque',
0 commit comments