Skip to content

Commit 3882910

Browse files
committed
test: remove pragma
1 parent bd5aba8 commit 3882910

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

google/cloud/bigquery/_pandas_helpers.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -339,11 +339,8 @@ def types_mapper(arrow_data_type):
339339

340340
# TODO: this section does not have a test yet OR at least not one that is
341341
# recognized by coverage, hence the pragma. See Issue: #2132
342-
elif (
343-
range_timestamp_dtype is not None
344-
and arrow_data_type.equals( # pragma: NO COVER
345-
range_timestamp_dtype.pyarrow_dtype
346-
)
342+
elif range_timestamp_dtype is not None and arrow_data_type.equals(
343+
range_timestamp_dtype.pyarrow_dtype
347344
):
348345
return range_timestamp_dtype
349346

0 commit comments

Comments
 (0)