Skip to content

Commit cd1ad54

Browse files
Appease flake8
1 parent a590572 commit cd1ad54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/workflow/utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# _hashlib is an internal python module, and is not present in
2727
# statically linked interpreters.
2828
from _hashlib import HASH as Hash
29-
except ImportError as e:
29+
except ImportError:
3030
import typing
3131

3232
Hash = typing.Any

0 commit comments

Comments
 (0)