fix pylint import error

old-commit-hash: 6073610cb08e03e142b80dc7b1196ce359a1f55a
This commit is contained in:
Adeeb Shihadeh
2020-10-18 16:12:39 -07:00
parent e2ae5774b8
commit 8abecea3db
+1 -1
View File
@@ -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