fix import order
This commit is contained in:
4
init.py
4
init.py
@@ -1,7 +1,7 @@
|
|||||||
|
"""Module providing a function printing python version."""
|
||||||
from os.path import exists
|
from os.path import exists
|
||||||
import requests
|
|
||||||
from time import sleep
|
from time import sleep
|
||||||
|
import requests
|
||||||
# bucle infinito
|
# bucle infinito
|
||||||
while True:
|
while True:
|
||||||
# Si está online
|
# Si está online
|
||||||
|
|||||||
Reference in New Issue
Block a user