Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Sep 2, 2024
1 parent a51ac46 commit 33295fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thinc/layers/premap_ids.pyx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# cython: binding=True, infer_types=True, profile=False
import numpy
from libc.stdint cimport int32_t, int64_t

from preshed.maps cimport PreshMap

from typing import Callable, Dict, Mapping, Optional, Tuple, Union, cast

import numpy

from ..config import registry
from ..model import Model
from ..types import Ints1d, Ints2d
Expand Down

0 comments on commit 33295fb

Please sign in to comment.