mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 18:53:55 +08:00
enable flake8 E231: missing whitespace after comma
old-commit-hash: efd5dffb1e
This commit is contained in:
@@ -9,8 +9,8 @@ def waste(pid):
|
||||
# set affinity
|
||||
os.system("taskset -p %d %d" % (1 << pid, os.getpid()))
|
||||
|
||||
m1 = np.zeros((200,200)) + 0.8
|
||||
m2 = np.zeros((200,200)) + 1.2
|
||||
m1 = np.zeros((200, 200)) + 0.8
|
||||
m2 = np.zeros((200, 200)) + 1.2
|
||||
|
||||
i = 1
|
||||
st = sec_since_boot()
|
||||
|
||||
Reference in New Issue
Block a user