Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed Nov 16, 2023
1 parent 4bf4f90 commit 2371828
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/robotlibcore.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,6 @@ def _get_type_hint(cls, function: Callable):
hints = get_type_hints(function)
except Exception: # noqa: BLE001
hints = function.__annotations__
for arg, hint in hints.items():
if isinstance(hint, ForwardRef):
hint = hint.__forward_arg__
return hints

@classmethod
Expand Down

0 comments on commit 2371828

Please sign in to comment.