Skip to content

Commit 2f1a398

Browse files
committed
Add isort:skip
1 parent f8d1027 commit 2f1a398

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cloudbot/__main__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
os.chdir(str(install_dir))
1717

1818
# import bot
19-
from cloudbot.bot import CloudBot
20-
from cloudbot.util import async_util
19+
from cloudbot.bot import CloudBot # isort:skip
20+
from cloudbot.util import async_util # isort:skip
2121

2222

2323
def main():

0 commit comments

Comments
 (0)