Skip to content

Commit 2dbcca5

Browse files
committed
update
1 parent ecbd674 commit 2dbcca5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sdk/search/azure-search-documents/azure/search/documents/_generated/models/_search_index_client_enums.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,6 @@ class ScoringStatistics(str, Enum, metaclass=CaseInsensitiveEnumMeta):
108108
"""The scoring statistics will be calculated locally for lower latency."""
109109
GLOBAL = "global"
110110
"""The scoring statistics will be calculated globally for more consistent scoring."""
111-
GLOBAL_ENUM = "global"
112-
"""The scoring statistics will be calculated globally for more consistent scoring."""
113111

114112

115113
class SearchMode(str, Enum, metaclass=CaseInsensitiveEnumMeta):

0 commit comments

Comments
 (0)