Skip to content

Commit

Permalink
add missing var
Browse files Browse the repository at this point in the history
  • Loading branch information
LucienMorey committed Nov 7, 2024
1 parent 58a0597 commit 27aad61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions photon-lib/py/photonlibpy/targeting/photonPipelineResult.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ class PhotonPipelineMetadata:
# Mirror of the heartbeat entry -- monotonically increasing
sequenceID: int = -1

timeSinceLastPong: int = -1

photonStruct: "PhotonPipelineMetadataSerde" = None


Expand Down

0 comments on commit 27aad61

Please sign in to comment.