mirror of
https://github.com/MrSedan/neuro-reply-bot-reworked.git
synced 2026-01-14 21:49:42 +03:00
edit: removed unused imports
This commit is contained in:
4
main.py
4
main.py
@@ -4,9 +4,9 @@ import os
|
||||
import sys
|
||||
from os.path import dirname, join
|
||||
|
||||
import aioschedule as schedule
|
||||
# import aioschedule as schedule
|
||||
import dotenv
|
||||
from aiogram import Bot, Dispatcher, F, types
|
||||
from aiogram import Bot, Dispatcher, types
|
||||
from aiogram.filters import CommandStart
|
||||
|
||||
dotenv.load_dotenv()
|
||||
|
||||
Reference in New Issue
Block a user