Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch connection_manager.CONNECTION_STATE to Enum
Since the earliest version of Python we support is now Python 3.6, we can use an enum.Enum for CONNECTION_STATE, rather than a dict. This should result in no behaviour changes.
- Loading branch information