8000 Merge pull request #219 from asottile/remove-noreorder · asottile/reorder-python-imports@9bac6bb · GitHub
[go: up one dir, main page]

Skip to content

Commit 9bac6bb

Browse files
authored
Merge pull request #219 from asottile/remove-noreorder
remove noreorder now that it sorts properly
2 parents 15ae07d + c499f32 commit 9bac6bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/generate-future-info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
from __future__ import annotations
33

4-
import __future__ # noreorder
4+
import __future__
55
import collections
66
import os.path
77
import sys

0 commit comments

Comments
 (0)
0