Skip to content

Commit dc1f04e

Browse files
committed
Fix MappingState Type in View Model
1 parent 1a7921c commit dc1f04e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mavedb/view_models/score_set.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ class ScoreSet(SavedScoreSet):
270270
private: bool
271271
processing_state: Optional[ProcessingState]
272272
processing_errors: Optional[dict]
273-
mapping_state: Optional[ProcessingState]
273+
mapping_state: Optional[MappingState]
274274
mapping_errors: Optional[dict]
275275

276276

0 commit comments

Comments
 (0)