Skip to content

Commit a30bb62

Browse files
author
Ashish Gupta
committed
fix style
1 parent 06a17d2 commit a30bb62

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/sagemaker/model.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424

2525
LOGGER = logging.getLogger("sagemaker")
2626

27-
NEO_ALLOWED_FRAMEWORKS = set(["mxnet", "tensorflow", "keras", "pytorch", "onnx", "xgboost", "tflite"])
27+
NEO_ALLOWED_FRAMEWORKS = set(
28+
["mxnet", "tensorflow", "keras", "pytorch", "onnx", "xgboost", "tflite"]
29+
)
2830

2931
NEO_IMAGE_ACCOUNT = {
3032
"us-west-1": "710691900526",

0 commit comments

Comments
 (0)