removed duplicate priority argument
This commit is contained in:
parent
d6b904d166
commit
18d326ff7d
1 changed files with 0 additions and 1 deletions
|
|
@ -27,7 +27,6 @@ class DocumentIntelligenceConverter(DocumentConverter):
|
||||||
priority: float = DocumentConverter.PRIORITY_SPECIFIC_FILE_FORMAT,
|
priority: float = DocumentConverter.PRIORITY_SPECIFIC_FILE_FORMAT,
|
||||||
endpoint: str,
|
endpoint: str,
|
||||||
api_version: str = "2024-07-31-preview",
|
api_version: str = "2024-07-31-preview",
|
||||||
priority: float = 0.0,
|
|
||||||
):
|
):
|
||||||
super().__init__(priority=priority)
|
super().__init__(priority=priority)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue