Skip to content

Commit

Permalink
Merge pull request #337 from hellohaptik/fix_name_detection_test
Browse files Browse the repository at this point in the history
Fix lint errors
  • Loading branch information
chiragjn authored Jan 31, 2020
2 parents f8ccf0a + 7bf221d commit 68c48f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ner_v1/detectors/textual/name/tests/test_name_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

import pandas as pd
from django.test import TestCase
import mock
import json

from ner_v1.constant import DATASTORE_VERIFIED, MODEL_VERIFIED
from ner_v1.detectors.textual.name.name_detection import NameDetector
Expand Down

0 comments on commit 68c48f8

Please sign in to comment.