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

Incorrect Python import for TextBuilder #265

Open
MrGeislinger opened this issue Nov 29, 2024 · 0 comments · May be fixed by #266
Open

Incorrect Python import for TextBuilder #265

MrGeislinger opened this issue Nov 29, 2024 · 0 comments · May be fixed by #266

Comments

@MrGeislinger
Copy link

In the Creating a Post tutorial, the Python TextBuilder is imported directly from atproto. (See code.)

It should instead be from atproto import client_utils and client_utils.TextBuilder() as referenced in the official AT Protocl SDK for TextBuilder.

@MrGeislinger MrGeislinger linked a pull request Nov 29, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant