mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-07-26 20:02:11 +08:00
fix pylint import error
old-commit-hash: 6073610cb08e03e142b80dc7b1196ce359a1f55a
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
|
||||
from sklearn import linear_model # pylint: disable=import-error
|
||||
|
||||
from tools.lib.route import Route
|
||||
from tools.lib.logreader import MultiLogIterator
|
||||
|
||||
Reference in New Issue
Block a user