Skip to content

Commit

Permalink
Auto-format code [skip actions]
Browse files Browse the repository at this point in the history
  • Loading branch information
5hojib committed Jan 4, 2025
1 parent 275c2a3 commit ab6073f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import os
import subprocess
from asyncio import Lock, new_event_loop, set_event_loop
from datetime import datetime
from logging import (
ERROR,
INFO,
Expand All @@ -14,7 +15,6 @@
)
from socket import setdefaulttimeout
from time import time
from datetime import datetime

from apscheduler.schedulers.asyncio import AsyncIOScheduler
from aria2p import API as ariaAPI # noqa: N811
Expand Down
2 changes: 1 addition & 1 deletion bot/modules/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
from bot.helper.telegram_helper.bot_commands import BotCommands
from bot.helper.telegram_helper.filters import CustomFilters
from bot.helper.telegram_helper.message_utils import (
delete_message,
edit_message,
send_file,
send_message,
delete_message,
)


Expand Down
2 changes: 1 addition & 1 deletion update.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from datetime import datetime
from importlib import import_module
from logging import (
ERROR,
Expand All @@ -9,7 +10,6 @@
basicConfig,
getLogger,
)
from datetime import datetime
from logging import (
error as log_error,
)
Expand Down

0 comments on commit ab6073f

Please sign in to comment.