Address codestyle concerns

This commit is contained in:
Michael Kaye 2019-10-24 18:43:13 +01:00
parent 0d7e9523e5
commit e4d98188da
3 changed files with 10 additions and 5 deletions

View file

@ -118,7 +118,9 @@ class PreviewUrlResource(DirectServeResource):
value = getattr(url_tuple, attrib)
logger.debug(
"Matching attrib '%s' with value '%s' against" " pattern '%s'",
attrib, value, pattern
attrib,
value,
pattern,
)
if value is None: