Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Feb 4, 2018
1 parent bea3747 commit 0d5247e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ibis/sql/postgres/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
from ibis.sql.alchemy import to_sqlalchemy

from ibis.sql.postgres.client import PostgreSQLClient
from ibis.sql.postgres.compiler import rewrite, PostgreSQLDialect # noqa: F401
from ibis.sql.postgres.compiler import PostgreSQLDialect
from ibis.sql.postgres.compiler import rewrites # noqa: F401


def compile(expr, params=None):
Expand Down

0 comments on commit 0d5247e

Please sign in to comment.