Skip to content

Commit

Permalink
Remove errant print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenv committed Apr 22, 2024
1 parent c9d393f commit a476e01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apis/python/tests/test_dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -1397,7 +1397,6 @@ def test_enum_schema_report(tmp_path):

# Double-check against TileDB-Py reporting
with tiledb.open(uri) as A:
print(A.schema)
for i in range(A.schema.nattr):
attr = A.schema.attr(i)
try:
Expand Down

0 comments on commit a476e01

Please sign in to comment.