fix PEP8 violation

pull/2827/head
Neil Johnson 2018-01-25 23:47:46 +00:00
parent d02e43b15f
commit 6c6e197b0a
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ class RoomListHandler(BaseHandler):
logger.info("After sorting and filtering, %i rooms remain",
len(rooms_to_scan))
#bail if no rooms to work on
# bail if no rooms to work on
if len(rooms_to_scan) == 0:
defer.returnValue([])