Skip to content

Commit

Permalink
safety
Browse files Browse the repository at this point in the history
  • Loading branch information
albertz committed Nov 20, 2024
1 parent f1bb623 commit 04edf86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datasets_old_2022_10/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def __init__(
self.eval_datasets = eval_datasets

def get_extern_data(self) -> Dict[str, Dict[str, Any]]:
return self.extern_data
return self.extern_data.copy()

def get_default_input(self) -> Optional[str]:
return self.default_input
Expand Down

0 comments on commit 04edf86

Please sign in to comment.