Skip to content

Commit

Permalink
Fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
Personal authored and Personal committed Sep 28, 2023
1 parent 81d499a commit 213ee65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/adapters/athena/lakeformation.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
)
from pydantic import BaseModel

from dbt.adapters.athena.relation import AthenaRelation
from dbt.adapters.athena.constants import LOGGER
from dbt.adapters.athena.relation import AthenaRelation
from dbt.exceptions import DbtRuntimeError


Expand Down
1 change: 1 addition & 0 deletions tests/unit/test_config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import importlib.metadata
from unittest.mock import Mock

import pytest

from dbt.adapters.athena.config import AthenaSparkSessionConfig, get_boto3_config
Expand Down

0 comments on commit 213ee65

Please sign in to comment.