Skip to content

Commit b66a880

Browse files
authored
Merge pull request #163 from asottile/whiners_win
remove rewriting of __future__.annotations for now
2 parents 8aa0c3d + 8d88ce8 commit b66a880

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

reorder_python_imports.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,6 @@ def _report_diff(contents: str, new_contents: str, filename: str) -> None:
531531
REMOVALS[(2, 6)].add('from __future__ import with_statement')
532532
REMOVALS[(3,)].add('from __future__ import absolute_import, division, print_function, unicode_literals') # noqa: E501
533533
REMOVALS[(3, 7)].add('from __future__ import generator_stop')
534-
REMOVALS[(3, 10)].add('from __future__ import annotations')
535534
# END GENERATED
536535

537536
# GENERATED VIA generate-typing-rewrite-info

0 commit comments

Comments
 (0)