Assign requestor correctly (#17944)

This commit is contained in:
Josh Hawkins 2025-04-28 21:52:37 -05:00 committed by GitHub
parent d6afd5c198
commit 1e079027ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@ class LicensePlatePostProcessor(LicensePlateProcessingMixin, PostProcessorApi):
model_runner: LicensePlateModelRunner,
detected_license_plates: dict[str, dict[str, any]],
):
self.requestor = self.requestor
self.requestor = requestor
self.detected_license_plates = detected_license_plates
self.model_runner = model_runner
self.lpr_config = config.lpr