Skip to content

Commit 8891754

Browse files
committed
fix: use the correct function signature for handling setup
1 parent 9d64f7e commit 8891754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openfe/storage/warehouse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def load_setup_tokenizable(self, obj: GufeKey) -> GufeTokenizable:
108108
"""
109109
return self._load_gufe_tokenizable(gufe_key=obj)
110110

111-
def store_result_tokenizable(self, obj: GufeKey) -> GufeTokenizable:
111+
def store_result_tokenizable(self, obj: GufeTokenizable):
112112
"""Store a GufeTokenizable object from the result store.
113113
114114
Parameters

0 commit comments

Comments
 (0)