style: isort formatting

This commit is contained in:
Laureηt 2022-03-19 22:58:02 +01:00
parent ea232e6dba
commit 1d5a361115
No known key found for this signature in database
GPG key ID: D88C6B294FD40994
2 changed files with 7 additions and 5 deletions

View file

@ -1,7 +1,8 @@
from subprocess import call
import logging
from time import sleep
import numpy as np
import numpy as np
from ppadb.client import Client as AdbClient
center = (1000, 500)

View file

@ -1,7 +1,8 @@
from time import sleep
from ppadb.client import Client as AdbClient
import re
import logging
import re
from time import sleep
from ppadb.client import Client as AdbClient
REGEX_USER = re.compile(r"UserInfo\{([0-9]*):([a-zA-Z ]*):.*")
REGEX_FOCUS = re.compile(r"mFocused.*com.Psyonix.RL2D.*")