Skip to content

Commit 640748a

Browse files
authored
Remove unrequired code
1 parent 7840f69 commit 640748a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/search/includes/quickstarts/python-semantic.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ semantic_config = SemanticConfiguration(
106106
# Create the semantic settings with the configuration
107107
semantic_search = SemanticSearch(configurations=[semantic_config])
108108

109-
semantic_settings = SemanticSearch(configurations=[semantic_config])
110109
scoring_profiles = []
111110
suggester = [{'name': 'sg', 'source_fields': ['Tags', 'Address/City', 'Address/Country']}]
112111

0 commit comments

Comments
 (0)