removed redundant priority setting
This commit is contained in:
@@ -37,7 +37,6 @@ class DocumentIntelligenceConverter(DocumentConverter):
|
|||||||
api_version=self.api_version,
|
api_version=self.api_version,
|
||||||
credential=DefaultAzureCredential(),
|
credential=DefaultAzureCredential(),
|
||||||
)
|
)
|
||||||
self._priority = priority
|
|
||||||
|
|
||||||
def convert(
|
def convert(
|
||||||
self, local_path: str, **kwargs: Any
|
self, local_path: str, **kwargs: Any
|
||||||
|
|||||||
Reference in New Issue
Block a user