From 61b2215b0e15615e2f9cc3ae6fefb94c4d679857 Mon Sep 17 00:00:00 2001 From: Raphael Mitsch Date: Thu, 27 Jul 2023 16:29:14 +0200 Subject: [PATCH] Format. --- spacy/pipeline/entity_linker.py | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/spacy/pipeline/entity_linker.py b/spacy/pipeline/entity_linker.py index 5b773a4ee..4eddc855f 100644 --- a/spacy/pipeline/entity_linker.py +++ b/spacy/pipeline/entity_linker.py @@ -2,7 +2,18 @@ import random import warnings from itertools import islice from pathlib import Path -from typing import Any, Callable, Dict, Iterable, Iterator, List, Optional, Sequence, Union, cast +from typing import ( + Any, + Callable, + Dict, + Iterable, + Iterator, + List, + Optional, + Sequence, + Union, + cast, +) import srsly from numpy import dtype