You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add missing stubs for ClauseElement.__and__ and ClauseElement.__or__ (#215)
* Add missing stubs for `ClauseElement.__and__` and `ClauseElement.__or__`
Fixes#111.
* Run tox against the `rel_1_4` branch, not `main`
* Add `await`s to appease newer mypy
mypy 0.950 added a feature to detect unused coroutines and awaitables.
0 commit comments