Skip to content

Commit

Permalink
Fix MappingState Type in View Model
Browse files Browse the repository at this point in the history
  • Loading branch information
bencap committed Sep 13, 2024
1 parent 1a7921c commit dc1f04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mavedb/view_models/score_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ class ScoreSet(SavedScoreSet):
private: bool
processing_state: Optional[ProcessingState]
processing_errors: Optional[dict]
mapping_state: Optional[ProcessingState]
mapping_state: Optional[MappingState]
mapping_errors: Optional[dict]


Expand Down

0 comments on commit dc1f04e

Please sign in to comment.