Skip to content

Commit

Permalink
primes: minor dead code-line cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-fg committed Sep 11, 2018
1 parent 6af9211 commit 42937d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion primes
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ def main(args=None):
else:
print(n)
if one: break
else: return

if __name__ == '__main__': sys.exit(main())

0 comments on commit 42937d4

Please sign in to comment.