Skip to content

Commit b064dae

Browse files
author
Germano Fronza
committed
Fixed pep8 issues
1 parent 37ed4c1 commit b064dae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ecs_deploy.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,9 +315,10 @@ def client_fn(self, fn):
315315
print('Exception: %s' % e)
316316
sys.exit(1)
317317

318+
318319
def main():
319320
CLI()
320321

322+
321323
if __name__ == '__main__':
322324
main()
323-

0 commit comments

Comments
 (0)