dbt-selly/dbt-env/lib/python3.8/site-packages/dbt/config/__init__.py

5 lines
260 B
Python

# all these are just exports, they need "noqa" so flake8 will not complain.
from .profile import Profile, PROFILES_DIR, read_user_config # noqa
from .project import Project, IsFQNResource # noqa
from .runtime import RuntimeConfig, UnsetProfileConfig # noqa