Skip to content

Commit c6f00c4

Browse files
committed
black format fix
1 parent 122d81b commit c6f00c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# -- Project information -----------------------------------------------------
2222

2323
project = "sagemaker-experiments"
24-
copyright = u"%s, Amazon" % datetime.now().year
24+
copyright = "%s, Amazon" % datetime.now().year
2525
author = "Amazon Web Services"
2626
version = get_distribution(project).version
2727

tests/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def retry(callable, num_attempts=8):
3636
if i == num_attempts - 1:
3737
raise ex
3838
print("Retrying", ex)
39-
time.sleep(2 ** i)
39+
time.sleep(2**i)
4040
assert False, "logic error in retry"
4141

4242

0 commit comments

Comments
 (0)