Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Oct 1, 2024
1 parent 725ccba commit 9c5b61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacy/language.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from copy import deepcopy
from dataclasses import dataclass
from itertools import chain, cycle
import numpy
from pathlib import Path
from timeit import default_timer as timer
from typing import (
Expand All @@ -31,6 +30,7 @@
overload,
)

import numpy
import srsly
from cymem.cymem import Pool
from thinc.api import Config, CupyOps, Optimizer, get_current_ops
Expand Down

0 comments on commit 9c5b61b

Please sign in to comment.