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

5 lines
260 B
Python
Raw Normal View History

2022-03-22 15:13:27 +00:00
# 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