Skip to content

Commit 41470b3

Browse files
committed
Remove duplicate lines
1 parent b8e51fb commit 41470b3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sagemaker/jumpstart/types.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1774,7 +1774,6 @@ class JumpStartEstimatorInitKwargs(JumpStartKwargs):
17741774
"disable_output_compression",
17751775
"enable_infra_check",
17761776
"enable_remote_debug",
1777-
"enable_session_tag_chaining",
17781777
"config_name",
17791778
"enable_session_tag_chaining",
17801779
]
@@ -1906,7 +1905,6 @@ def __init__(
19061905
self.disable_output_compression = disable_output_compression
19071906
self.enable_infra_check = enable_infra_check
19081907
self.enable_remote_debug = enable_remote_debug
1909-
self.enable_session_tag_chaining = enable_session_tag_chaining
19101908
self.config_name = config_name
19111909
self.enable_session_tag_chaining = enable_session_tag_chaining
19121910

0 commit comments

Comments
 (0)