appwrite / sdk-for-python

[READ-ONLY] Official Appwrite Python SDK 🐍
https://appwrite.io
BSD 3-Clause "New" or "Revised" License
230 stars 59 forks source link

📚 Documentation: Account function being used without importing. #84

Open ayaan-qadri opened 6 months ago

ayaan-qadri commented 6 months ago

💭 Description

The Account function is used in the account's example, but it is not imported there, unlike Client, which is imported. This issue is not specific to one example; rather, all account examples lack the import of the Account module.

👀 Have you spent some time to check if this issue has been raised before?

🏢 Have you read the Code of Conduct?

ayaan-qadri commented 6 months ago

(CODE_OF_CONDUCT.md file is not available there)

Shriniwas18K commented 2 months ago

can i handle it