Skip to content

Commit 1f8238f

Browse files
committed
Fix unwanted removal
1 parent c5a459f commit 1f8238f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reorder_python_imports.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,7 @@ def _fix_file(
469469
'typing_extensions=typing:no_type_check_decorator',
470470
))
471471
REPLACES[(3, 7)].update((
472+
'mypy_extensions=typing:NoReturn',
472473
'typing_extensions=typing:ChainMap',
473474
'typing_extensions=typing:Counter',
474475
'typing_extensions=typing:Deque',

0 commit comments

Comments
 (0)