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

python deprecation issue with flow helpers #1234

Closed
cyrush opened this issue Dec 4, 2023 · 1 comment
Closed

python deprecation issue with flow helpers #1234

cyrush opened this issue Dec 4, 2023 · 1 comment
Labels
Milestone

Comments

@cyrush
Copy link
Member

cyrush commented Dec 4, 2023

DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec()
185:   for arg in inspect.getargspec(self.func)[0]:
@cyrush cyrush added the task label Dec 5, 2023
@cyrush cyrush added this to the 0.9.3 milestone Dec 5, 2023
@cyrush
Copy link
Member Author

cyrush commented Dec 6, 2023

resolved in #1232

@cyrush cyrush closed this as completed Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant