Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use getfullargspec from inspect module for py3 #55

Merged
merged 1 commit into from
Jan 22, 2020

Conversation

cabhishek
Copy link
Contributor

@cabhishek cabhishek commented Jan 21, 2020

Fix deprecation warning to avoid clutter and switch to the recommend method.

pygenie/jobs/utils.py:160: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec()

@cabhishek cabhishek self-assigned this Jan 21, 2020
@cabhishek cabhishek merged commit 466c935 into Netflix:master Jan 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants