Skip to content

Commit 78065ff

Browse files
committed
fix codestyle
1 parent 061f07d commit 78065ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/sagemaker/jumpstart/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def _setup():
6464
print(f"Created new hub: {test_hub_name}")
6565
except Exception as e:
6666
if "ResourceLimitExceeded" in str(e):
67-
print(f"Hub limit reached. Cleaning up old hubs...")
67+
print("Hub limit reached. Cleaning up old hubs...")
6868
_cleanup_old_hubs(get_sm_session())
6969
# Retry creating the hub
7070
hub.create(description=test_hub_description)

0 commit comments

Comments
 (0)