Skip to content

Commit 1a17077

Browse files
borcheroCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent af44e23 commit 1a17077

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dataframely/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def set_max_sampling_iterations(iterations: int) -> None:
5959
@staticmethod
6060
def restore_defaults() -> None:
6161
"""Restore the defaults of the configuration."""
62-
Config.options = _DEFAULT_OPTIONS
62+
Config.options = _DEFAULT_OPTIONS.copy()
6363

6464
# ------------------------------------ CONTEXT ----------------------------------- #
6565

0 commit comments

Comments
 (0)