fix PEP8 violation
This commit is contained in:
parent
d02e43b15f
commit
6c6e197b0a
|
@ -186,7 +186,7 @@ class RoomListHandler(BaseHandler):
|
||||||
logger.info("After sorting and filtering, %i rooms remain",
|
logger.info("After sorting and filtering, %i rooms remain",
|
||||||
len(rooms_to_scan))
|
len(rooms_to_scan))
|
||||||
|
|
||||||
#bail if no rooms to work on
|
# bail if no rooms to work on
|
||||||
if len(rooms_to_scan) == 0:
|
if len(rooms_to_scan) == 0:
|
||||||
defer.returnValue([])
|
defer.returnValue([])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue