Skip to content

Commit

Permalink
chore: typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhsmit committed Jan 2, 2024
1 parent dddc6f1 commit 1157d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hdxms_datasets/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class HDXDataSet(object):
hdx_spec: dict
"""Dictionary with HDX-MS state specification"""

metadata: Optional[dict] = field(default_factory=dict)
metadata: dict = field(default_factory=dict)
"""Optional metadata"""

_cache: dict[tuple[str, str], pd.DataFrame] = field(init=False, default_factory=dict)
Expand Down

0 comments on commit 1157d20

Please sign in to comment.