Skip to content

Commit

Permalink
fix annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
bryevdv committed May 1, 2020
1 parent 0132479 commit 4113d8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def SimpleField(
sortable=False,
hidden=False,
):
# type: (str, str, bool, bool, bool, bool, bool, **Any) -> Dict[str, Any]
# type: (str, str, bool, bool, bool, bool, bool) -> Dict[str, Any]
"""Configure a simple field for an Azure Search Index
:param name: Required. The name of the field, which must be unique within the fields collection
Expand Down

0 comments on commit 4113d8a

Please sign in to comment.