CartoDB / cartoframes

CARTO Python package for data scientists
BSD 3-Clause "New" or "Revised" License
251 stars 63 forks source link

fix deprecation warning #1759

Open glaubermagal opened 3 months ago

glaubermagal commented 3 months ago

/cartoframes/utils/utils.py:552: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() parameter_args = inspect.getargspec(decorated_function).args

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html