fix: removed weird autoimport

This commit is contained in:
Laureηt 2022-03-20 23:03:19 +01:00
parent fe66e24c5a
commit 8e5fa969a7
No known key found for this signature in database
GPG key ID: D88C6B294FD40994

View file

@ -1,6 +1,5 @@
import logging
from time import sleep
from tkinter import VERTICAL
from garage import generate_loadouts, generate_rotations, newCar, rotate
from init import (
@ -21,7 +20,6 @@ logging.basicConfig(
if __name__ == "__main__":
device = connect_adb()
users = get_users(device)
users = detect_game(device, users)
start_game(device, users)