Skip to content

Commit 7e59f82

Browse files
committed
This is Python, not Typescript
1 parent 582d2d5 commit 7e59f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ def tf_full_version(tensorflow_training_latest_version, tensorflow_inference_lat
415415
)
416416
)
417417
# Hack. See https://github.com/aws/sagemaker-python-sdk/pull/3251
418-
if version === "2.9.0":
418+
if version == "2.9.0":
419419
return "2.9"
420420
return version
421421

0 commit comments

Comments
 (0)