Skip to content

Commit 85ef24e

Browse files
authored
Merge pull request #157 from ry0y4n/patch-2
Remove unrequired code
2 parents 40791b4 + 640748a commit 85ef24e

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)