add missing type hint

release/4.3a0
John Lambert 2022-01-12 13:24:08 -05:00 committed by GitHub
parent d66b1d7a84
commit f009a14151
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ class TestTriangulationExample(GtsamTestCase):
def generate_measurements(
self,
calibration: Union[Cal3Bundler, Cal3_S2],
camera_model,
camera_model: Union[PinholeCameraCal3Bundler, PinholeCameraCal3_S2],
cal_params,
camera_set: Optional[Union[CameraSetCal3Bundler, CameraSetCal3_S2]] = None,
):