formatting

This commit is contained in:
Kenny Zhang 2025-02-11 17:04:18 -05:00
parent 923d3fbcae
commit 3adb40e49b

View file

@ -25,7 +25,7 @@ class DocumentIntelligenceConverter(DocumentConverter):
self, self,
endpoint: str, endpoint: str,
api_version: str = "2024-07-31-preview", api_version: str = "2024-07-31-preview",
priority: float = 0.0 priority: float = 0.0,
): ):
self.endpoint = endpoint self.endpoint = endpoint
self.api_version = api_version self.api_version = api_version