Skip to content

Commit

Permalink
Change type of OptionsLink.match to Mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Feb 3, 2024
1 parent 10b6b07 commit b59b215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visualdataset/manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class OptionsLink(BaseModel):
"""
An association between some options and a set of tags.
"""
match: FrozenSet[Tuple[str, str]]
match: Mapping[str, str]
options: ChrisViewerFileOptions


Expand Down

0 comments on commit b59b215

Please sign in to comment.