aboutsummaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorMango0x45 <thomasvoss@live.com>2020-12-14 17:20:54 +0000
committerMango0x45 <thomasvoss@live.com>2020-12-14 17:20:54 +0000
commit27bcfe11bf31c12d7654921833daf9c94401eeb3 (patch)
tree6a07c2ded3ece0ab002fdbbc195b8386075ebe84 /main.py
parent1fe12f137b3d9066dd8bed31c80713f084f38580 (diff)
downloadsteve-bot-27bcfe11bf31c12d7654921833daf9c94401eeb3.tar
steve-bot-27bcfe11bf31c12d7654921833daf9c94401eeb3.tar.gz
steve-bot-27bcfe11bf31c12d7654921833daf9c94401eeb3.tar.bz2
steve-bot-27bcfe11bf31c12d7654921833daf9c94401eeb3.tar.lz
steve-bot-27bcfe11bf31c12d7654921833daf9c94401eeb3.tar.xz
steve-bot-27bcfe11bf31c12d7654921833daf9c94401eeb3.tar.zst
steve-bot-27bcfe11bf31c12d7654921833daf9c94401eeb3.zip
Sort imports
Diffstat (limited to '')
-rwxr-xr-xmain.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.py b/main.py
index f19cc50..3b008ff 100755
--- a/main.py
+++ b/main.py
@@ -2,9 +2,10 @@ import asyncio
import json
import logging
-from bot import BedrockBot
from colorama import init as init_colorama
+from bot import BedrockBot
+
def check_jsons():
try: