Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienball committed Oct 17, 2018
1 parent 51e6091 commit c40fb24
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions snips_nlu/tests/test_builtin_entity_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
from __future__ import unicode_literals

from mock import patch
from snips_nlu_ontology import (
get_all_languages, get_supported_gazetteer_entities)
from snips_nlu_ontology import get_all_languages

from snips_nlu.constants import ENTITIES, ENTITY_KIND, LANGUAGE
from snips_nlu.entity_parser.builtin_entity_parser import (
Expand Down

0 comments on commit c40fb24

Please sign in to comment.