More linting

This commit is contained in:
Adriane Boyd 2023-07-24 17:03:47 +02:00
parent 361840f267
commit c195b50238

View File

@ -26,7 +26,7 @@ from .errors import Errors, Warnings
from .strings import get_string_id
if TYPE_CHECKING:
from .vocab import Vocab # noqa: F401
from .vocab import Vocab # noqa: F401 # no-cython-lint
def unpickle_vectors(bytes_data):