mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 08:16:06 +08:00
Linter: remove pylint (#29611)
remove pylint
old-commit-hash: 1ee6ed4b16
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import sys
|
||||
import numpy as np
|
||||
import matplotlib.pyplot as plt
|
||||
from sklearn import linear_model # pylint: disable=import-error
|
||||
from sklearn import linear_model
|
||||
from openpilot.selfdrive.car.toyota.values import STEER_THRESHOLD
|
||||
|
||||
from openpilot.tools.lib.route import Route
|
||||
|
||||
Reference in New Issue
Block a user