mirror of https://github.com/1okko/openpilot.git
fix linter
This commit is contained in:
parent
aeb0a4af88
commit
8daef80bd7
|
@ -1,6 +1,5 @@
|
|||
import numpy as np
|
||||
import common.transformations.orientation as orient
|
||||
import math
|
||||
|
||||
FULL_FRAME_SIZE = (1164, 874)
|
||||
W, H = FULL_FRAME_SIZE[0], FULL_FRAME_SIZE[1]
|
||||
|
|
Loading…
Reference in New Issue