You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running on Python >= 3.6, this warning is raised:
scss/namespace.py:172: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec()
argspec = inspect.getargspec(function)
The text was updated successfully, but these errors were encountered:
When running on Python >= 3.6, this warning is raised:
The text was updated successfully, but these errors were encountered: