From ef03e9ea53238d9d9242fb54de8c145809d0cb0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Lind=20Kristiansen?= Date: Sat, 25 Nov 2017 13:04:02 +0100 Subject: [PATCH] Remove unused import. --- spacy/lang/da/tokenizer_exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/lang/da/tokenizer_exceptions.py b/spacy/lang/da/tokenizer_exceptions.py index 21ab27d7f..584ccf6f9 100644 --- a/spacy/lang/da/tokenizer_exceptions.py +++ b/spacy/lang/da/tokenizer_exceptions.py @@ -6,7 +6,7 @@ Source: https://forkortelse.dk/ and various others. from __future__ import unicode_literals -from ...symbols import ORTH, LEMMA, NORM, TAG, ADP, PUNCT +from ...symbols import ORTH, LEMMA, NORM, TAG, PUNCT _exc = {}