Skip to content

Commit f45c3c3

Browse files
committed
test: remove comment about pragma
1 parent 3882910 commit f45c3c3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

google/cloud/bigquery/_pandas_helpers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,6 @@ def types_mapper(arrow_data_type):
337337
):
338338
return range_date_dtype
339339

340-
# TODO: this section does not have a test yet OR at least not one that is
341-
# recognized by coverage, hence the pragma. See Issue: #2132
342340
elif range_timestamp_dtype is not None and arrow_data_type.equals(
343341
range_timestamp_dtype.pyarrow_dtype
344342
):

0 commit comments

Comments
 (0)