Skip to content

Commit

Permalink
#30 remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
kyuridenamida committed Dec 25, 2018
1 parent 09d2773 commit 505cb33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atcodertools/fmtprediction/predict_types.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import re
from typing import List, Dict, Any
from typing import List, Dict

from atcodertools.models.sample import Sample
from atcodertools.models.analyzer.analyzed_variable import AnalyzedVariable
Expand Down

0 comments on commit 505cb33

Please sign in to comment.