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

@@ -80,7 +80,6 @@ class SimCameraProperties:
newCamIntrinsics: np.ndarray,
newDistCoeffs: np.ndarray,
) -> None:
self.resWidth = width
self.resHeight = height
self.camIntrinsics = newCamIntrinsics
@@ -355,7 +354,6 @@ class SimCameraProperties:
# find intersections
for i, normal in enumerate(self.viewplanes):
# // we want to know the value of t when the line intercepts this plane
# // parametrized: v = t * ab + a, where v lies on the plane
# // we can find the projection of a onto the plane normal