Skip to content

Commit

Permalink
Remove print command
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenchrist committed Feb 29, 2024
1 parent b47d8fa commit 79237eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions datacontract/imports/sql_importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ def import_sql(data_contract_specification: DataContractSpecification, format: s
ddl = parse_from_file(source, group_by_type=True)
tables = ddl["tables"]

print(tables)

for table in tables:

if data_contract_specification.models is None:
Expand Down

0 comments on commit 79237eb

Please sign in to comment.