Skip to content

Commit

Permalink
fix: correct reference to class name #264
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Dec 14, 2021
1 parent 46c15cc commit fc4c180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datagateway_api/src/search_api/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class Dataset(PaNOSCAttribute):

documents: List["Document"]
techniques: List["Technique"]
instrument: Optional["instrument"]
instrument: Optional["Instrument"]
files: Optional[List["File"]]
parameters: Optional[List["Parameter"]]
samples: Optional[List["Sample"]]
Expand Down

0 comments on commit fc4c180

Please sign in to comment.