Skip to content

Commit

Permalink
support type hints for python < 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jbandoro committed Nov 18, 2023
1 parent bba9ca9 commit 717cebf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cosmos/dbt/project.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from pathlib import Path
import os
from cosmos.constants import (
Expand Down

0 comments on commit 717cebf

Please sign in to comment.