Skip to content

Commit

Permalink
chore(dev): add ibis.util.psql for showing pretty SQL strings
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored and kszucs committed Apr 7, 2022
1 parent d2edbe9 commit 02d17da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ibis/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import warnings
from numbers import Real
from typing import (
IO,
TYPE_CHECKING,
Any,
Hashable,
Expand All @@ -28,6 +29,8 @@
from ibis.config import options

if TYPE_CHECKING:
import sqlalchemy as sa

from .expr import operations as ops
from .expr import types as ir

Expand Down

0 comments on commit 02d17da

Please sign in to comment.