pep8: Add compliance with rule E261 to dump_messages.py.

This commit is contained in:
Aditya Bansal
2017-05-07 20:44:53 +05:30
committed by Tim Abbott
parent 0999a74ef7
commit f1b2f10574

View File

@@ -14,7 +14,7 @@ import time
class Command(BaseCommand):
def add_arguments(self, parser):
# type: (CommandParser) -> None
default_cutoff = time.time() - 60 * 60 * 24 * 30 # 30 days.
default_cutoff = time.time() - 60 * 60 * 24 * 30 # 30 days.
parser.add_argument('--realm',
dest='string_id',
type=str,