*: fix general Linting errors

This commit is contained in:
Jens Langhammer
2020-08-19 10:49:14 +02:00
parent c7a2410b1d
commit 0394adaf46
3 changed files with 7 additions and 6 deletions

View File

@ -81,7 +81,7 @@ class TestSourceOAuth(SeleniumTestCase):
interval=5 * 100 * 1000000,
start_period=1 * 100 * 1000000,
),
volumes={abspath(CONFIG_PATH): {"bind": "/config.yml", "mode": "ro",}},
volumes={abspath(CONFIG_PATH): {"bind": "/config.yml", "mode": "ro"}},
)
while True:
container.reload()