Skip to content

Commit

Permalink
Remove empty line (pycodestyle issue)
Browse files Browse the repository at this point in the history
  • Loading branch information
geckon committed Dec 1, 2018
1 parent 0e236b7 commit 6bdf504
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion twnsol/game.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,4 +379,3 @@ def get_random_card():
# the nosec comment is for bandit - see issue #25
# TL;DR pseudo-random generator is unsafe for crypto use but OK here
return 2 ** random.randint(1, 6) # nosec

0 comments on commit 6bdf504

Please sign in to comment.