From dff1ce297496e0a045a3d8ca347b888bcae37ed0 Mon Sep 17 00:00:00 2001 From: Daniel Ecer <de-code@users.noreply.github.com> Date: Mon, 8 Jan 2018 12:08:01 +0000 Subject: [PATCH] removed unused imports --- .../models/text/crf/crfsuite_training_pipeline_test.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/sciencebeam_gym/models/text/crf/crfsuite_training_pipeline_test.py b/sciencebeam_gym/models/text/crf/crfsuite_training_pipeline_test.py index 2f3feb2..2dad7b6 100644 --- a/sciencebeam_gym/models/text/crf/crfsuite_training_pipeline_test.py +++ b/sciencebeam_gym/models/text/crf/crfsuite_training_pipeline_test.py @@ -1,8 +1,5 @@ -from tempfile import NamedTemporaryFile from mock import patch, ANY -import pytest - from sciencebeam_gym.utils.collection import ( to_namedtuple ) -- GitLab