From a2afc2c44cd20299df752967099873f9be612696 Mon Sep 17 00:00:00 2001 From: Eliana Vornov Date: Thu, 18 Jan 2024 13:12:37 -0500 Subject: [PATCH] sort imports --- spacy/cli/benchmark_speed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/cli/benchmark_speed.py b/spacy/cli/benchmark_speed.py index 824dd79b5..41dbcd455 100644 --- a/spacy/cli/benchmark_speed.py +++ b/spacy/cli/benchmark_speed.py @@ -13,7 +13,7 @@ from .. import util from ..language import Language from ..tokens import Doc from ..training import Corpus -from ._util import Arg, Opt, benchmark_cli, setup_gpu, import_code +from ._util import Arg, Opt, benchmark_cli, import_code, setup_gpu @benchmark_cli.command(