Skip to content

Commit 29a827d

Browse files
committed
flak8 whitespace fixes.
1 parent 3174f8c commit 29a827d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

roundup/scripts/roundup_admin.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
from roundup.admin import AdminTool
4141
from roundup.i18n import _
4242

43+
4344
def run():
4445
# time out after a minute if we can
4546
import socket
@@ -48,6 +49,7 @@ def run():
4849
tool = AdminTool()
4950
sys.exit(tool.main())
5051

52+
5153
if __name__ == '__main__':
5254
run()
5355

0 commit comments

Comments
 (0)