lint(minor): fix all remaining pylint and prospector errors

This commit is contained in:
Langhammer, Jens
2019-10-01 11:08:56 +02:00
parent 84768c0ec6
commit 7bff2734aa
5 changed files with 11 additions and 16 deletions

View File

@ -143,9 +143,6 @@ class ConfigLoader:
CONFIG = ConfigLoader()
# pylint: disable=unused-argument
def signal_handler(sender, **_):
"""Add all loaded config files to autoreload watcher"""
for path in CONFIG.loaded_file: