Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6514719

Browse files
committed
remove debug code
1 parent 4bf4f90 commit 6514719

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/robotlibcore.py

-3
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,6 @@ def _get_type_hint(cls, function: Callable):
229229
hints = get_type_hints(function)
230230
except Exception: # noqa: BLE001
231231
hints = function.__annotations__
232-
for arg, hint in hints.items():
233-
if isinstance(hint, ForwardRef):
234-
hint = hint.__forward_arg__
235232
return hints
236233

237234
@classmethod

0 commit comments

Comments
 (0)