hyperdash-sdk-py icon indicating copy to clipboard operation
hyperdash-sdk-py copied to clipboard

Deprecation Warning - inspect.getargspec()

Open DEKHTIARJonathan opened this issue 6 years ago • 0 comments

I have the following deprecation warning:

hyperdash\code_runner.py:29: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec()
  arg_spec = getargspec(f)

DEKHTIARJonathan avatar Jul 22 '18 13:07 DEKHTIARJonathan