Skip to content

Commit

Permalink
Update smarts/core/utils/type_operations.py
Browse files Browse the repository at this point in the history
Co-authored-by: Saul Field <[email protected]>
  • Loading branch information
Gamenot and saulfield committed Jun 9, 2023
1 parent 1f5d5be commit c94c151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smarts/core/utils/type_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
S = TypeVar("S")


def get_type_chain(target_subclass: type, target_super_class: type):
def get_type_chain(target_subclass: type, target_super_class: type) -> List[type]:
"""Finds an inheritance chain from the current sub-type to the target super-type.
Args:
Expand Down

0 comments on commit c94c151

Please sign in to comment.