Skip to content

Commit

Permalink
Remove unused import, fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jan 12, 2015
1 parent 1c76227 commit a27f622
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions fino_guess.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@
import argparse
import random
import fino
import sys

try:
input = raw_input # raw_input in Py2 == input in Py3
input = raw_input # raw_input in Py2 == input in Py3
except NameError:
pass
pass


if __name__ == "__main__":
Expand Down

0 comments on commit a27f622

Please sign in to comment.