Skip to content

Commit

Permalink
keep flake8 happy
Browse files Browse the repository at this point in the history
  • Loading branch information
gillins committed Aug 8, 2023
1 parent 9089e1e commit 4f89f1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rios/parallel/aws/templates/print_ecr_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def getCmdArgs():
cmdargs = p.parse_args()
return cmdargs


def main():
cmdargs = getCmdArgs()

Expand All @@ -26,6 +27,6 @@ def main():

print(result)


if __name__ == '__main__':
main()

0 comments on commit 4f89f1b

Please sign in to comment.