Skip to content

Commit 40cf23f

Browse files
committed
rm unused imports from modules/btc_teleport.py
1 parent bd7e7c9 commit 40cf23f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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

0 commit comments

Comments
 (0)