Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bodley authored Oct 2, 2023
1 parent e84e134 commit 4ac7a7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit_tests/db_engine_specs/test_clickhouse.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
from unittest.mock import Mock

import pytest
from urllib3.connection import HTTPConnection
from urllib3.exceptions import NewConnectionError
from sqlalchemy.types import (
Boolean,
Date,
Expand All @@ -32,6 +30,8 @@
String,
TypeEngine,
)
from urllib3.connection import HTTPConnection
from urllib3.exceptions import NewConnectionError

from superset.utils.core import GenericDataType
from tests.unit_tests.db_engine_specs.utils import (
Expand Down

0 comments on commit 4ac7a7b

Please sign in to comment.