mirror of
https://github.com/MrSedan/neuro-reply-bot-reworked.git
synced 2026-01-14 13:39: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
|
import sys
|
||||||
from os.path import dirname, join
|
from os.path import dirname, join
|
||||||
|
|
||||||
import aioschedule as schedule
|
# import aioschedule as schedule
|
||||||
import dotenv
|
import dotenv
|
||||||
from aiogram import Bot, Dispatcher, F, types
|
from aiogram import Bot, Dispatcher, types
|
||||||
from aiogram.filters import CommandStart
|
from aiogram.filters import CommandStart
|
||||||
|
|
||||||
dotenv.load_dotenv()
|
dotenv.load_dotenv()
|
||||||
|
|||||||
Reference in New Issue
Block a user