Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix outdated docs import statement (#454)
Before 1.0 this was valid: ``` from cosmos.task_group import DbtTaskGroup ``` Now we expect users to do: ``` from cosmos import DbtTaskGroup ```
- Loading branch information