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

🐛 Fix compatibility for Python < 3.10 and more typing #86

Merged
merged 8 commits into from
Jan 3, 2024

Conversation

azogue
Copy link
Collaborator

@azogue azogue commented Jan 3, 2024

closes #85

cc @Brendan-Taylor

Changes

  • 🐛 Fix compatibility for Python < 3.10
  • 🎨 Add typing for message handlers for better IDE integration
  • 📝 Evolve example app with more typing and sync with README

@azogue azogue merged commit d4da8ac into sabuhish:master Jan 3, 2024
1 check passed
@azogue azogue deleted the fix/typing branch January 3, 2024 10:20
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 this pull request may close these issues.

Python version < 3.10 TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'
1 participant