Skip to content

Commit

Permalink
actually remove default
Browse files Browse the repository at this point in the history
  • Loading branch information
talgat committed Jan 26, 2024
1 parent 66a8ae3 commit 7448982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tarn/location/disk_dict/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def build(self):
class ToolConfig(NoExtra):
name: str
args: Tuple = ()
kwargs: Optional[Dict[str, Any]] = Field(..., default_factory=dict)
kwargs: Optional[Dict[str, Any]] = Field(default_factory=dict)


class StorageConfig(NoExtra):
Expand Down

0 comments on commit 7448982

Please sign in to comment.