py-pandas: fix issue reported by vermin
This commit is contained in:
		| @@ -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"] | ||||||
| 
 | 
 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Massimiliano Culpo
					Massimiliano Culpo