Skip to content

Commit 1742c2d

Browse files
committed
re-order imports
1 parent e9cedaf commit 1742c2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

github_deploy/main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
import asyncclick as click
21
import os
32

3+
import asyncclick as click
4+
45
plugin_folder = os.path.join(os.path.dirname(__file__), "commands")
56

67

0 commit comments

Comments
 (0)