Skip to content

__init__.py: import of Encoder fails. #106

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

Closed
ned-pcs opened this issue Jun 20, 2023 · 2 comments
Closed

__init__.py: import of Encoder fails. #106

ned-pcs opened this issue Jun 20, 2023 · 2 comments

Comments

@ned-pcs
Copy link
Contributor

ned-pcs commented Jun 20, 2023

In v3/primitives/__init__.py the _attrs table has

    "Encode": "encoder_async",

but it should be

    "Encoder": "encoder",

instead.

@ned-pcs
Copy link
Contributor Author

ned-pcs commented Jun 21, 2023

PR #107 fixes this.

@peterhinch
Copy link
Owner

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants