19bd8aecfa
* clean up code and implement best practices: - `type(a) == list` replace with `isinstance(a, list)` - `adict['key']` replaced with `adict.get('key')` - annotation `-> list` replace by more accurate `-> list[dict]` * improve compatibility with previous python versions with Typing * little fix |
||
---|---|---|
.. | ||
__init__.py | ||
__version__.py | ||
api.py | ||
auth_method.py | ||
docker_type.py | ||
docstrings.py | ||
event.py | ||
exceptions.py | ||
incident_style.py | ||
maintenance_strategy.py | ||
monitor_type.py | ||
notification_providers.py | ||
proxy_protocol.py |