Skip to content

Commit a6d0ca9

Browse files
committed
rm some unused imports
1 parent bd7e7c9 commit a6d0ca9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/btc_teleport.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
from modules.module import MtcModule
66

7-
from mytonctrl.console_cmd import add_command, check_usage_one_arg, check_usage_args_min_max_len
8-
from mypylib.mypylib import run_as_root, color_print
7+
from mytonctrl.console_cmd import add_command, check_usage_args_min_max_len
8+
from mypylib.mypylib import run_as_root
99
from mytoncore.utils import get_package_resource_path
1010
from mytonctrl.utils import get_current_user
1111

mytonctrl/mytonctrl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
)
4343
from mytoncore.utils import get_package_resource_path
4444
from mytoncore.telemetry import is_host_virtual
45-
from mytonctrl.console_cmd import add_command, check_usage_one_arg, check_usage_two_args, check_usage_args_min_max_len
45+
from mytonctrl.console_cmd import add_command, check_usage_one_arg, check_usage_args_min_max_len
4646
from mytonctrl.migrate import run_migrations
4747
from mytonctrl.utils import GetItemFromList, timestamp2utcdatetime, fix_git_config, is_hex, GetColorInt, \
4848
pop_user_from_args, pop_arg_from_args

0 commit comments

Comments
 (0)