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 Dec 27, 2024
1 parent f0139df commit 11d8bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import os
import subprocess
from asyncio import Lock, new_event_loop, set_event_loop
from logging import (
Expand All @@ -9,7 +10,6 @@
basicConfig,
getLogger,
)
import os
from socket import setdefaulttimeout
from time import time

Expand Down

0 comments on commit 11d8bde

Please sign in to comment.