removed redundant priority setting
This commit is contained in:
parent
dbdf2c0c10
commit
63a7bafadd
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue