mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-23 01:21:40 +00:00
[photonlibpy] add mypy to ci (#1570)
Co-authored-by: James Ward <james@thedropbears.org.au>
This commit is contained in:
@@ -20,8 +20,14 @@
|
||||
## --> DO NOT MODIFY <--
|
||||
###############################################################################
|
||||
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
from ..packet import Packet
|
||||
from ..targeting import *
|
||||
from ..targeting import * # noqa
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from ..targeting import MultiTargetPNPResult # noqa
|
||||
from ..targeting import PnpResult # noqa
|
||||
|
||||
|
||||
class MultiTargetPNPResultSerde:
|
||||
|
||||
Reference in New Issue
Block a user