Skip to content

Commit 2dfd6e3

Browse files
thetimbeckerigorborgest
authored andcommitted
Remove print statement
1 parent cfb04a5 commit 2dfd6e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

awswrangler/_data_types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ def _split_map(s: str) -> List[str]:
217217
def athena2pyarrow(dtype: str) -> pa.DataType: # pylint: disable=too-many-return-statements
218218
"""Athena to PyArrow data types conversion."""
219219
dtype = dtype.lower().replace(" ", "")
220-
print(dtype)
221220
if dtype == "tinyint":
222221
return pa.int8()
223222
if dtype == "smallint":

0 commit comments

Comments
 (0)