Skip to content

Commit 590d67e

Browse files
committed
Рефакторинг кода
1 parent 7b70c37 commit 590d67e

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

main.py

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,11 @@
55
from src.change_name_description_photo import handle_change_name_description_photo
66
from src.commentator import TelegramCommentator
77
from src.config_handler import (
8-
program_version,
9-
program_last_modified_date,
10-
program_name,
11-
app_log,
12-
errors_log,
13-
WINDOW_WIDTH,
14-
WINDOW_HEIGHT,
8+
program_version, program_last_modified_date, program_name, app_log, errors_log, WINDOW_WIDTH, WINDOW_HEIGHT,
159
)
1610
from src.core.handle_connect_accounts import handle_connect_accounts
1711
from src.core.handlers import (
18-
handle_documentation,
19-
handle_creating_list_of_channels,
20-
handle_settings,
12+
handle_documentation, handle_creating_list_of_channels, handle_settings,
2113
)
2214
from src.core.views import PRIMARY_COLOR, TITLE_FONT_WEIGHT
2315
from src.getting_list_channels import handle_getting_list_channels

0 commit comments

Comments
 (0)