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

added more type hints #111

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Commits on May 14, 2022

  1. added more type hints

    * added __future__ annotations for < 3.10 compatibility
    * added as much type hints as possible
    * added more type hinting for __slots__
    * added typed dict for Subscription and Unsubscription possibly only a
    python3.8 feature
    rob miller committed May 14, 2022
    Configuration menu
    Copy the full SHA
    568b1a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4191561 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Added Optional for deliver_message timeout

    rob miller committed May 20, 2022
    Configuration menu
    Copy the full SHA
    cbf495e View commit details
    Browse the repository at this point in the history