Project

General

Profile

Bug #38626

Updated by Sebastian Wagner about 5 years ago

@src/scripts/run_mypy.sh@    revealed some type errors: 

 from https://gist.github.com/sebastian-philipp/25f70aae3b0d21b1a781c110a7ef8be4  

 <pre> 
 pybind/mgr/pg_autoscaler/module.py: note: In member "get_subtree_resource_status" of class "PgAutoscaler": 
 pybind/mgr/pg_autoscaler/module.py:192: error: "Dict[Any, Any]" has no attribute "itervalues" 
 pybind/mgr/pg_autoscaler/module.py: note: In member "_maybe_adjust" of class "PgAutoscaler": 
 pybind/mgr/pg_autoscaler/module.py:359: error: Name 'cr_name' is not defined 
 pybind/mgr/pg_autoscaler/module.py:410: error: "Dict[Any, float]" has no attribute "iteritems" 
 pybind/mgr/pg_autoscaler/module.py:437: error: "Dict[Any, int]" has no attribute "iteritems" 
 </pre> 

 Those errors look like some incompatibilities to Python 3.

Back