Skip to content

Commit

Permalink
checking black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
samyarpotlapalli committed Oct 10, 2024
1 parent 941531d commit 28774a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_score_definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def test_create_score_definition():
with mock.patch("sasctl.core.Session._get_authorization_token"):
current_session("example.com", "username", "password")

# Mocking the REST API calls and functions
# Mocking the REST API calls and methods
with mock.patch(
"sasctl._services.model_repository.ModelRepository.get_model"
) as get_model:
Expand Down

0 comments on commit 28774a8

Please sign in to comment.