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
+1 -1
View File
@@ -1,7 +1,7 @@
import os
from cffi import FFI
import sip # pylint: disable=import-error
import sip
from openpilot.common.ffi_wrapper import suffix
from openpilot.common.basedir import BASEDIR