1
0
Fork 0
satnogs-network/network/base/management/commands
Fabian P. Schmidt 903b264814 management/commands/fetch_data: Locally disable redefined-builtin pylint error (W0622)
In Python 3.3 ConnectionError was added as subclass in python builtins,
see PEP3151 or [1] for more details.

[1]: https://docs.python.org/3/whatsnew/3.3.html#pep-3151-reworking-the-os-and-io-exception-hierarchy

Fixes redefined-builtin (W0622) pylint error.

Signed-off-by: Fabian P. Schmidt <kerel@mailbox.org>
2020-01-08 15:17:33 +00:00
..
__init__.py Refactor project 2014-12-19 15:06:58 +02:00
fetch_data.py management/commands/fetch_data: Locally disable redefined-builtin pylint error (W0622) 2020-01-08 15:17:33 +00:00
initialize.py Add absolute_import to all relevant files (W1618) 2019-12-31 08:51:04 +00:00
update_all_tle.py Add absolute_import to all relevant files (W1618) 2019-12-31 08:51:04 +00:00
update_station_last_seen.py commands/update_station_last_seen: Rename unused argument to original specifier (W0613) 2020-01-05 00:25:19 +01:00