Skip to content

Commit

Permalink
Remove redundant logger
Browse files Browse the repository at this point in the history
  • Loading branch information
jochemvandooren committed Apr 5, 2024
1 parent 8b808c0 commit 8b55a5e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/dbt_score/cli.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""CLI interface."""

import logging
from pathlib import Path
from typing import Final

Expand All @@ -11,8 +10,6 @@
from dbt_score.dbt_utils import dbt_parse, get_manifest_path
from dbt_score.lint import lint_dbt_project

logger = logging.getLogger(__name__)

BANNER: Final[str] = r"""
__ __ __
____/ // /_ / /_ _____ _____ ____ _____ ___
Expand Down

0 comments on commit 8b55a5e

Please sign in to comment.