Fix code style.

This commit is contained in:
Sergey Vartanov 2020-08-25 07:58:11 +03:00
parent 95822e5cd5
commit da705ba9d2
6 changed files with 175 additions and 119 deletions

View file

@ -38,7 +38,8 @@ def get_icon(
if key not in tags:
matched = False
break
if matcher["tags"][key] != "*" and matcher["tags"][key] != tags[key]:
if matcher["tags"][key] != "*" and \
matcher["tags"][key] != tags[key]:
matched = False
break
if "no_tags" in matcher: