Skip to content

Commit

Permalink
#30 follow pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
kyuridenamida committed Dec 25, 2018
1 parent 3eaddb2 commit 81b0586
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion atcodertools/fmtprediction/predict_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ class InvalidLoopIndexError(Exception):


UP_CAST_TABLE = {int: {}, str: {}, float: {}}
# type: Dict[type, Dict[type, type]]

UP_CAST_TABLE[int][int] = int
UP_CAST_TABLE[int][str] = str
Expand Down

0 comments on commit 81b0586

Please sign in to comment.