-
Notifications
You must be signed in to change notification settings - Fork 36
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
Regarding update_pipe_module
#87
Comments
Hi @andrewshvv and thanks for the report! This should be fixed with PR #88 :) |
vxgmichel
added a commit
that referenced
this issue
Oct 24, 2023
The fix is out, see v0.5.2 🎉 |
Thank you very much! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just wanted to point out, that while this is a very cool trick, it isn't picked up by an IDE like Pycharm for example.
https://github.com/vxgmichel/aiostream/blob/main/aiostream/pipe.py#L9
This leads to the
Cannot find reference 'filter' in 'pipe.py
syntax warning highlights.Maybe there is an alternative?
The text was updated successfully, but these errors were encountered: