Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 29, 2024
1 parent 992a7f0 commit b0d6c68
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/spacy_wrap/architectures.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
ClassificationTransformerModel instead of TransformerModel
"""


from typing import Callable, List

from spacy.tokens import Doc
Expand Down
1 change: 0 additions & 1 deletion src/spacy_wrap/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
- split_by_doc. Changed to fetch logits instead of token embeddings
"""


from typing import List, Literal

import numpy as np
Expand Down
1 change: 1 addition & 0 deletions tests/test_seq_clf_transformer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test for the sequence classification transformer pipeline component."""

import shutil

import pytest
Expand Down
1 change: 1 addition & 0 deletions tests/test_tok_clf_transformer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test for the token classification transformer pipeline component."""

import shutil

import pytest
Expand Down

0 comments on commit b0d6c68

Please sign in to comment.