Skip to content

Commit 172dddd

Browse files
samyarpotlapallismlindauer
authored andcommitted
Removed extra print statement and Class call
1 parent 3af08ff commit 172dddd

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/sasctl/_services/score_definitions.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,3 @@ def create_score_definition(
150150
"/definitions", data=json.dumps(save_score_def), headers=headers_score_def
151151
)
152152
# 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

Comments
 (0)