Fix formating errors that are in master (#1627)

A few files with format mistakes were merged into master and they cause
spotless and wpiformat to fail. This PR fixes those files.
This commit is contained in:
Craig Schardt
2024-12-06 16:21:05 -06:00
committed by GitHub
parent 857a30d980
commit 4997ad9115
3 changed files with 3 additions and 6 deletions

View File

@@ -60,9 +60,8 @@ class PhotonCameraSim:
self.videoSimRawEnabled: bool = False
self.videoSimWireframeEnabled: bool = False
self.videoSimWireframeResolution: float = 0.1
self.videoSimProcEnabled: bool = (
False # TODO switch this back to default True when the functionality is enabled
)
# TODO switch this back to default True when the functionality is enabled
self.videoSimProcEnabled: bool = False
self.heartbeatCounter: int = 0
self.nextNtEntryTime = wpilib.Timer.getFPGATimestamp()
self.tagLayout = AprilTagFieldLayout.loadField(AprilTagField.k2024Crescendo)