Skip to content

Commit 240d8b8

Browse files
committed
デバッグ用の変更を削除
1 parent 80e0550 commit 240d8b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atcodertools/fmtprediction/predict_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def predict_types(simple_format: Format[SimpleVariable], samples: List[Sample])
155155
predictor.get_typing_result())
156156
except (
157157
TooLessFetchesError, TooManyFetchesError, KeyError, InvalidLoopSizeError,
158-
InvalidLoopIndexError, EvaluateError) as e:
158+
InvalidLoopIndexError, EvaluateError):
159159
raise TypePredictionFailedError
160160

161161
return res_type_dict

0 commit comments

Comments
 (0)