Skip to content

Commit 026c9ac

Browse files
authored
fix: typo in the file change
1 parent 7c8beec commit 026c9ac

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/sagemaker/clarify.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,6 @@ def get_config(self):
121121
"""Returns part of an analysis config dictionary."""
122122
return copy.deepcopy(self.analysis_config)
123123

124-
def get_config(self):
125-
"""Returns part of an analysis config dictionary."""
126-
return copy.deepcopy(self.analysis_config)
127-
128124

129125
class ModelConfig:
130126
"""Config object related to a model and its endpoint to be created."""

0 commit comments

Comments
 (0)