Fix linting errors. (#343)

This commit is contained in:
Felix Fontein 2020-05-15 13:35:41 +02:00 committed by GitHub
parent 327832dcbb
commit 772bfe9936
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -194,7 +194,7 @@ def create(
(check is None or check == i['check']) and
(
creator == '' or
creator == i['creator'])and
creator == i['creator']) and
(
reason == '' or
reason == i['reason']) and