Skip to content

Commit

Permalink
Imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gouline committed Dec 11, 2023
1 parent 1df9e61 commit 5362d0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ check-type:
mypy dbtmetabase
.PHONY: check-type

check: check-fmt check-lint-python check-type
check: check-fmt check-imports check-lint-python check-type
.PHONY: check

test:
Expand Down
2 changes: 1 addition & 1 deletion dbtmetabase/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
import logging
from pathlib import Path
from typing import Callable, Iterable, Optional
from typing_extensions import cast

import click
import yaml
from typing_extensions import cast

from .logger import logging as package_logger
from .models.interface import DbtInterface, MetabaseInterface
Expand Down

0 comments on commit 5362d0c

Please sign in to comment.