Skip to content

Commit d572fbe

Browse files
committed
black formatting
1 parent c6f0c17 commit d572fbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/integ/sagemaker/jumpstart/private_hub/estimator/test_jumpstart_private_hub_estimator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
def create_model_reference(hub_instance, model_arn):
4848
try:
4949
hub_instance.create_model_reference(model_arn=model_arn)
50-
except(Exception):
50+
except Exception:
5151
pass
5252

5353

tests/integ/sagemaker/jumpstart/private_hub/model/test_jumpstart_private_hub_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
def create_model_reference(hub_instance, model_arn):
5151
try:
5252
hub_instance.create_model_reference(model_arn=model_arn)
53-
except(Exception):
53+
except Exception:
5454
pass
5555

5656

0 commit comments

Comments
 (0)