Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/dbt_bouncer/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ def load_config_from_yaml(config_file: Path) -> Mapping[str, Any]:
"""
config_path = Path().cwd() / config_file
logging.debug(f"Loading config from {config_path}...")
logging.debug(f"Loading config from {config_file}...")
if (
not config_path.exists()
): # Shouldn't be needed as click should have already checked this
Expand Down
Loading