mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 01:52:06 +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