|
21 | 21 | from pyupgrade._token_helpers import indented_amount
|
22 | 22 |
|
23 | 23 | # GENERATED VIA generate-imports
|
24 |
| -# Using reorder-python-imports==3.12.0 |
| 24 | +# Using reorder-python-imports==3.13.0 |
25 | 25 | REMOVALS = {
|
26 | 26 | (3,): {
|
27 | 27 | '__future__': {
|
|
99 | 99 | ('typing_extensions', 'ClassVar'): 'typing',
|
100 | 100 | ('typing_extensions', 'Collection'): 'typing',
|
101 | 101 | ('typing_extensions', 'Container'): 'typing',
|
102 |
| - ('typing_extensions', 'ContextManager'): 'typing', |
103 | 102 | ('typing_extensions', 'Coroutine'): 'typing',
|
104 | 103 | ('typing_extensions', 'DefaultDict'): 'typing',
|
105 | 104 | ('typing_extensions', 'Dict'): 'typing',
|
106 | 105 | ('typing_extensions', 'FrozenSet'): 'typing',
|
107 |
| - ('typing_extensions', 'Generator'): 'typing', |
108 | 106 | ('typing_extensions', 'Generic'): 'typing',
|
109 | 107 | ('typing_extensions', 'Hashable'): 'typing',
|
110 | 108 | ('typing_extensions', 'IO'): 'typing',
|
|
138 | 136 | },
|
139 | 137 | (3, 7): {
|
140 | 138 | ('mypy_extensions', 'NoReturn'): 'typing',
|
141 |
| - ('typing_extensions', 'AsyncContextManager'): 'typing', |
142 |
| - ('typing_extensions', 'AsyncGenerator'): 'typing', |
143 | 139 | ('typing_extensions', 'ChainMap'): 'typing',
|
144 | 140 | ('typing_extensions', 'Counter'): 'typing',
|
145 | 141 | ('typing_extensions', 'Deque'): 'typing',
|
|
150 | 146 | ('mypy_extensions', 'TypedDict'): 'typing',
|
151 | 147 | ('typing_extensions', 'Final'): 'typing',
|
152 | 148 | ('typing_extensions', 'OrderedDict'): 'typing',
|
153 |
| - ('typing_extensions', 'SupportsIndex'): 'typing', |
154 |
| - ('typing_extensions', 'runtime_checkable'): 'typing', |
155 | 149 | },
|
156 | 150 | (3, 9): {
|
157 | 151 | ('typing', 'AsyncGenerator'): 'collections.abc',
|
|
217 | 211 | },
|
218 | 212 | (3, 12): {
|
219 | 213 | ('typing_extensions', 'NamedTuple'): 'typing',
|
220 |
| - ('typing_extensions', 'Protocol'): 'typing', |
221 | 214 | ('typing_extensions', 'SupportsAbs'): 'typing',
|
222 | 215 | ('typing_extensions', 'SupportsBytes'): 'typing',
|
223 | 216 | ('typing_extensions', 'SupportsComplex'): 'typing',
|
224 | 217 | ('typing_extensions', 'SupportsFloat'): 'typing',
|
| 218 | + ('typing_extensions', 'SupportsIndex'): 'typing', |
225 | 219 | ('typing_extensions', 'SupportsInt'): 'typing',
|
226 | 220 | ('typing_extensions', 'SupportsRound'): 'typing',
|
227 | 221 | ('typing_extensions', 'TypeAliasType'): 'typing',
|
228 |
| - ('typing_extensions', 'TypedDict'): 'typing', |
229 | 222 | ('typing_extensions', 'Unpack'): 'typing',
|
230 | 223 | ('typing_extensions', 'dataclass_transform'): 'typing',
|
231 | 224 | ('typing_extensions', 'override'): 'typing',
|
|
0 commit comments