fix pylint import error

This commit is contained in:
Adeeb Shihadeh
2020-10-18 16:12:39 -07:00
parent 82c112dad0
commit 6073610cb0
+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