Skip to content

Commit

Permalink
fix imports order
Browse files Browse the repository at this point in the history
  • Loading branch information
BentsiLeviav committed Aug 21, 2024
1 parent f5b93a6 commit 3a705d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/adapters/clickhouse/column.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import re
from dataclasses import dataclass, field
from typing import Any, TypeVar, Literal, List
from typing import Any, List, Literal, TypeVar

from dbt.adapters.base.column import Column
from dbt_common.exceptions import DbtRuntimeError
Expand Down

0 comments on commit 3a705d0

Please sign in to comment.