Skip to content

Commit e0274dc

Browse files
committed
This is Python, not Typescript
1 parent 730082c commit e0274dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ def tf_full_version(tensorflow_training_latest_version, tensorflow_inference_lat
391391
)
392392
)
393393
# Hack. See https://github.com/aws/sagemaker-python-sdk/pull/3251
394-
if version === "2.9.0":
394+
if version == "2.9.0":
395395
return "2.9"
396396
return version
397397

0 commit comments

Comments
 (0)