hyperdashio / hyperdash-sdk-py

Official Python SDK for Hyperdash
https://hyperdash.io
199 stars 24 forks source link

Deprecation Warning - inspect.getargspec() #130

Open DEKHTIARJonathan opened 6 years ago

DEKHTIARJonathan commented 6 years ago

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)