Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TIDY FIRST] Remove conditional
typing_extensions
import for python…
… < 3.8 (#134) Remove conditional `typing_extensions` import for python < 3.8 This repository doesn't currently, and never has, supported python versions less than 3.8. The conditional import being removed here is a holdover from when this code was cut out of dbt-core (which no longer supports python less than 3.8 either).
- Loading branch information