Skip to content
Snippets Groups Projects
Commit 87817b79 authored by Harald Scheidl's avatar Harald Scheidl
Browse files

rm unused import

parent 45162d8a
No related branches found
No related tags found
No related merge requests found
...@@ -2,10 +2,10 @@ from __future__ import division ...@@ -2,10 +2,10 @@ from __future__ import division
from __future__ import print_function from __future__ import print_function
import argparse import argparse
import sys
import cv2 import cv2
import editdistance import editdistance
from DataLoader import DataLoader, Batch from DataLoader import DataLoader, Batch
from Model import Model, DecoderType from Model import Model, DecoderType
from SamplePreprocessor import preprocess from SamplePreprocessor import preprocess
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment