fix linting issues

This commit is contained in:
Sarah Hoffmann
2022-01-20 16:00:23 +01:00
parent f3c9578bca
commit 1e5a8561c0
3 changed files with 4 additions and 5 deletions

View File

@@ -11,7 +11,6 @@ Arguments:
delimiters: Define the set of characters to be used for
splitting the list. (default: ',;')
"""
from nominatim.errors import UsageError
from nominatim.tokenizer.sanitizers.helpers import create_split_regex
def create(func):