py-pandas: fix issue reported by vermin
This commit is contained in:
parent
fa5e186d4a
commit
87abda4cdd
@ -91,7 +91,7 @@ class PyPandas(PythonPackage):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def import_modules(self):
|
def import_modules(self):
|
||||||
modules = super().import_modules
|
modules = super(PyPandas, self).import_modules()
|
||||||
|
|
||||||
ignored_imports = ["pandas.tests", "pandas.plotting._matplotlib"]
|
ignored_imports = ["pandas.tests", "pandas.plotting._matplotlib"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user