Closed ishiy1993 closed 4 years ago
Fix the below warning.
videocore/assembler.py:871: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() args, _, _, _ = inspect.getargspec(f)
LGTM!
Fix the below warning.