Skip to content

Commit

Permalink
fixed ordering of imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tanjeffreyz committed Apr 14, 2021
1 parent 98aaac9 commit 412e969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import config
import time
from capture import Capture
from bot import Bot
from listener import Listener
from bot import Bot


cap = Capture()
Expand Down

0 comments on commit 412e969

Please sign in to comment.