Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop
typing
import from test_logging_conf.py
#36 Type annotations were updated for Python 3.10 in #36. This `from typing import Set` was added in #49 prior to merging #36, and was overlooked when merging the PR. This commit will replace `typing.Set` with a parametrized generic. https://peps.python.org/pep-0585/ https://docs.python.org/3/whatsnew/3.9.html
- Loading branch information