Skip to content

Commit

Permalink
isooooooort
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk committed Dec 13, 2023
1 parent 06be6dd commit 2369b34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion thinc/layers/parametricattention_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from ..model import Model
from ..types import Floats2d, Ragged
from ..util import get_width

from .noop import noop

InT = Ragged
Expand Down
2 changes: 1 addition & 1 deletion thinc/tests/layers/test_parametric_attention_v2.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from thinc.layers.gelu import Gelu
from thinc.layers.parametricattention_v2 import (
KEY_TRANSFORM_REF,
ParametricAttention_v2,
)
from thinc.layers.gelu import Gelu


def test_key_transform_used():
Expand Down

0 comments on commit 2369b34

Please sign in to comment.