We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3af08ff commit 172ddddCopy full SHA for 172dddd
src/sasctl/_services/score_definitions.py
@@ -150,11 +150,3 @@ def create_score_definition(
150
"/definitions", data=json.dumps(save_score_def), headers=headers_score_def
151
)
152
# The response information of the score definition can be seen as a JSON as well as a RestOBJ
153
-
154
155
-score_def = ScoreDefinitions()
156
-print(
157
- score_def.create_score_definition(
158
- "test_name", "69ed3f2f-b4c2-43e7-9f9c-24d009e20e16", "HMEQPERF_1_Q1"
159
- )
160
-)
0 commit comments