Skip to content

Commit 109509d

Browse files
author
Andrew Van
committed
update tests
1 parent 949a567 commit 109509d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ezbatch/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class EZBatchConfig(DataClassJsonMixin):
5858
The settings for EZBatch.
5959
"""
6060

61-
Settings: EZBatchSettings = EZBatchSettings()
61+
Settings: EZBatchSettings = field(default_factory=lambda: EZBatchSettings())
6262

6363
@classmethod
6464
def load(cls, filename: Path | str):

0 commit comments

Comments
 (0)