Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Change to getfullargspec to remove deprecation warning #185

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 6, 2020

  1. Update command.py

    Use getargspec to remove deprecation message and get only the fourth first val of the namedtuple
    laserpedro committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    4c55375 View commit details
    Browse the repository at this point in the history
  2. Update commands.py

    Use getfullargspec instead of getargspec to remove deprecation message
    laserpedro committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    baa4954 View commit details
    Browse the repository at this point in the history