Skip to content

Commit 97e0210

Browse files
committed
black reformatting
1 parent f61eb04 commit 97e0210

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/unit/test_model_repository.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,9 +290,7 @@ def test_list_model_versions():
290290
with mock.patch(
291291
"sasctl._services.model_repository.ModelRepository.request_link"
292292
) as request_link:
293-
with mock.patch(
294-
"sasctl.core.Session.version_info"
295-
) as version:
293+
with mock.patch("sasctl.core.Session.version_info") as version:
296294
version.return_value = VersionInfo(4)
297295
get_model_link.return_value = None
298296
with pytest.raises(ValueError):

0 commit comments

Comments
 (0)