Skip to content

Commit 558e6a2

Browse files
committed
fix ndim annotation
1 parent aee58a1 commit 558e6a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static_checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def test_device(self: VAP) -> VendoredDevice:
3131
DEVICE: VendoredDevice = test_device(AI)
3232

3333
# ndim
34-
def test_ndim(self: VAP) -> VendoredDevice:
34+
def test_ndim(self: VAP) -> int:
3535
return self.ndim
3636

3737

0 commit comments

Comments
 (0)