Skip to content

Commit fb17a24

Browse files
committed
Alphabetized imports
1 parent cd442e5 commit fb17a24

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

get-min-py/utils/bump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import re
21
from pathlib import Path
2+
import re
33
from types import SimpleNamespace as sn
44

55
from .lib import toml

is-legacy-terminal/utils/bump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import re
21
from pathlib import Path
2+
import re
33
from types import SimpleNamespace as sn
44

55
from .lib import toml

is-unicode-supported/utils/bump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import re
21
from pathlib import Path
2+
import re
33
from types import SimpleNamespace as sn
44

55
from .lib import toml

remove-json-keys/utils/bump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import re
21
from pathlib import Path
2+
import re
33
from types import SimpleNamespace as sn
44

55
from .lib import toml

sys-lang/utils/bump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import re
21
from pathlib import Path
2+
import re
33
from types import SimpleNamespace as sn
44

55
from .lib import toml

translate-messages/utils/bump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import re
21
from pathlib import Path
2+
import re
33
from types import SimpleNamespace as sn
44

55
from .lib import toml

0 commit comments

Comments
 (0)