Skip to content

Commit

Permalink
Narrower ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp committed Oct 17, 2023
1 parent 457892e commit 51efc0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
Vector4D,
dim,
)
from vector._version import __version__ # type: ignore[import]
from vector._version import __version__ # type: ignore[import-not-found]
from vector.backends.awkward_constructors import Array, zip
from vector.backends.awkward_constructors import Array as awk
from vector.backends.numpy import (
Expand Down

0 comments on commit 51efc0a

Please sign in to comment.