Skip to content

Commit

Permalink
Removal of print statements for duckdb
Browse files Browse the repository at this point in the history
  • Loading branch information
canimus committed Sep 30, 2023
1 parent 55d076d commit a1ff0f3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cuallee/duckdb_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,11 +209,11 @@ def summary(check: Check, connection: dk.DuckDBPyConnection) -> list:
\t'{check.table_name}'
"""

print(
highlight(
textwrap.dedent(unified_query), SqlLexer(), TerminalTrueColorFormatter()
)
)
# print(
# highlight(
# textwrap.dedent(unified_query), SqlLexer(), TerminalTrueColorFormatter()
# )
# )

def _calculate_violations(result, nrows):
if isinstance(result, (bool, np.bool_)):
Expand Down

0 comments on commit a1ff0f3

Please sign in to comment.