Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wrap run()'s "protocol" type annotation in Optional[] (#1869)
As the default is None and the function will determine a sane value in that case, the correct annotation is "Optional[Type[Protocol]]".
- Loading branch information