8000 Covariance for SendableChooser · robotpy/robotpy-wpilib@586d216 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Nov 13, 2023. It is now read-only.

Commit 586d216

Browse files
committed
Covariance for SendableChooser
1 parent 564670d commit 586d216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wpilib/wpilib/sendablechooser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# ----------------------------------------------------------------------------
88
from typing import TypeVar
99

10-
V = TypeVar("V")
10+
V = TypeVar("V", covariant=True)
1111

1212
from .sendablebase import SendableBase
1313
from .sendablebuilder import SendableBuilder

0 commit comments

Comments
 (0)
0