root: fix linting errors

This commit is contained in:
Jens Langhammer
2020-05-27 11:26:48 +02:00
parent 9330a03273
commit e2804b9755
7 changed files with 11 additions and 10 deletions

View File

@ -10,7 +10,7 @@ import yaml
from django.conf import ImproperlyConfigured
from structlog import get_logger
SEARCH_PATHS = ["passbook/lib/default.yml", "/etc/passbook/config.yml", "",] + glob(
SEARCH_PATHS = ["passbook/lib/default.yml", "/etc/passbook/config.yml", ""] + glob(
"/etc/passbook/config.d/*.yml", recursive=True
)
LOGGER = get_logger()