Skip to content

Commit

Permalink
fix(druid): import pydruid.db module explicitly (#8782)
Browse files Browse the repository at this point in the history
  • Loading branch information
gforsyth authored Mar 26, 2024
1 parent b3e27eb commit 550ada0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis/backends/druid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from typing import TYPE_CHECKING, Any
from urllib.parse import parse_qs, urlparse

import pydruid
import pydruid.db
import sqlglot as sg

import ibis.common.exceptions as com
Expand Down

0 comments on commit 550ada0

Please sign in to comment.