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

Skip to content

inspect.getargspec is deprecated #188

Closed
@thomwiggers

Description

@thomwiggers

This module uses inspect.getargspec(), but it is deprecated:

/lib/python3.6/site-packages/sass.py:110: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec()
  argspec = inspect.getargspec(lambda_)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions