Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use contextlib in test_profile_parser (#590)
* Use contextlib in test_profile_parser Since the project no longer declares a requirement of contextlib2, and the lowest version of Python supported is 3.7, we should remove the use of contextlib2. Switch the import to contextlib. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information