Skip to content

Commit

Permalink
Removed extra print statement and Class call
Browse files Browse the repository at this point in the history
  • Loading branch information
samyarpotlapalli committed Jul 30, 2024
1 parent dbf0d9d commit f1bc3b7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/sasctl/_services/score_definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,3 @@ def create_score_definition(
"/definitions", data=json.dumps(save_score_def), headers=headers_score_def
)
# The response information of the score definition can be seen as a JSON as well as a RestOBJ


score_def = ScoreDefinitions()
print(
score_def.create_score_definition(
"test_name", "69ed3f2f-b4c2-43e7-9f9c-24d009e20e16", "HMEQPERF_1_Q1"
)
)

0 comments on commit f1bc3b7

Please sign in to comment.