Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix pylint
  • Loading branch information
iscai-msft committed Oct 7, 2020
commit 4104a0df39913013a099a34f7f16f09b62533cf0
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def begin_recognize_receipts_from_url(self, receipt_url, **kwargs):
locale = kwargs.pop("locale", None)
include_field_elements = kwargs.pop("include_field_elements", False)
cls = kwargs.pop("cls", self._receipt_callback)

# FIXME: part of this code will be removed once autorest can handle diff mixin
# signatures across API versions
if locale:
Expand Down