Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapratico committed Jun 15, 2020
1 parent cce8ca8 commit c60894e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,8 @@ def get_form_recognizer_client(self, **kwargs):
policies=self._client._client._pipeline._impl_policies
) # type: Pipeline
client = FormRecognizerClient(
self._endpoint,
self._credential,
endpoint=self._endpoint,
credential=self._credential,
pipeline=_pipeline,
**kwargs
)
Expand Down

0 comments on commit c60894e

Please sign in to comment.