forked from Firepup650/FireBot
group real imports in bare
This commit is contained in:
parent
b26bd4097f
commit
fc1aa11f8d
1 changed files with 1 additions and 2 deletions
3
bare.py
3
bare.py
|
@ -1,11 +1,10 @@
|
||||||
#!/usr/bin/python3
|
#!/usr/bin/python3
|
||||||
from socket import socket
|
from socket import socket
|
||||||
from overrides import bytes, bbytes
|
from overrides import bytes, bbytes
|
||||||
|
from typing import NoReturn, Union
|
||||||
|
|
||||||
logs = ...
|
logs = ...
|
||||||
re = ...
|
re = ...
|
||||||
from typing import NoReturn, Union
|
|
||||||
|
|
||||||
cmds = ...
|
cmds = ...
|
||||||
conf = ...
|
conf = ...
|
||||||
sleep = ...
|
sleep = ...
|
||||||
|
|
Loading…
Reference in a new issue