From cfa79cbbaf42a8f74a2cd4bca4d1d495b4d597f1 Mon Sep 17 00:00:00 2001 From: Dmitrii Morozov Date: Tue, 7 May 2024 16:50:38 +0200 Subject: Python code style --- tgbot.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tgbot.py') diff --git a/tgbot.py b/tgbot.py index a0e248b..6fbd07c 100755 --- a/tgbot.py +++ b/tgbot.py @@ -1,12 +1,12 @@ #!/usr/bin/python3 import os, time, telebot, asyncio, telebot.async_telebot, nest_asyncio, sys -from FortniteStatusNotifier import * -from Formatter import * -from FortniteClient import * -from FortniteEvents import * +from fortnite_status_notifier import * +from formatter import * +from fortnite_client import * +from fortnite_events import * from persistence import UserRepository, StatsRepository, PresenceRepository -from TelegramBot import TelegramBot, CommandHandler +from telegram_bot import TelegramBot, CommandHandler from commands import * class FortniteStatusObserverImpl(FortniteStatusObserver): -- cgit v1.2.3