Linter: remove pylint (#29611)

remove pylint
old-commit-hash: 1ee6ed4b16
This commit is contained in:
Justin Newberry
2023-08-24 16:30:54 -07:00
committed by GitHub
parent 630b440536
commit c4f322ce2d
48 changed files with 52 additions and 67 deletions

View File

@@ -1,4 +1,3 @@
# pylint: skip-file
from openpilot.common.transformations.orientation import numpy_wrap
from openpilot.common.transformations.transformations import (ecef2geodetic_single,
geodetic2ecef_single)