Skip to content

Commit acd52a8

Browse files
committed
Removed dupe imports
1 parent be41d27 commit acd52a8

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

get-min-py/utils/bump.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import argparse, re, sys
22
from pathlib import Path
3-
import re
43
from types import SimpleNamespace as sn
54

65
from .lib import toml

is-legacy-terminal/utils/bump.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import argparse, re, sys
22
from pathlib import Path
3-
import re
43
from types import SimpleNamespace as sn
54

65
from .lib import toml

is-unicode-supported/utils/bump.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import argparse, re, sys
22
from pathlib import Path
3-
import re
43
from types import SimpleNamespace as sn
54

65
from .lib import toml

remove-json-keys/utils/bump.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import argparse, re, sys
22
from pathlib import Path
3-
import re
43
from types import SimpleNamespace as sn
54

65
from .lib import toml

sys-lang/utils/bump.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import argparse, re, sys
22
from pathlib import Path
3-
import re
43
from types import SimpleNamespace as sn
54

65
from .lib import toml

translate-messages/utils/bump.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import argparse, re, sys
22
from pathlib import Path
3-
import re
43
from types import SimpleNamespace as sn
54

65
from .lib import toml

0 commit comments

Comments
 (0)