Skip to content

Commit

Permalink
IWF-357: Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lwolczynski committed Jan 3, 2025
1 parent ef9d285 commit d9f7d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iwf/type_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def get_type(self, name: str) -> Optional[type]:
if t is None:
raise ValueError(f"{self._class_type} not registered: {name}")

return type
return t

def add_internal_channel_def(self, obj: CommunicationMethod):
if self._class_type != Type.INTERNAL_CHANNEL:
Expand Down

0 comments on commit d9f7d7c

Please sign in to comment.