Fix all flake8 warnings

This commit is contained in:
Stein Magnus Jodal 2020-03-08 12:43:10 +01:00
parent 73b5f9bcc5
commit 128ba8173f
4 changed files with 22 additions and 39 deletions

View file

@ -16,7 +16,7 @@ def test_get_config_schema():
schema = ext.get_config_schema()
# TODO Test the content of your config schema
# assert "username" in schema
assert "url" in schema
# assert "password" in schema