Skip to content

Commit 8114ede

Browse files
committed
Blacken
1 parent ae2a070 commit 8114ede

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/system/test_gbq.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,9 @@ def test_should_properly_handle_arbitrary_datetime(self, project_id):
374374
("FALSE", pandas.api.types.is_bool_dtype),
375375
],
376376
)
377-
def test_return_correct_types(self, project_id, expression, is_expected_dtype):
377+
def test_return_correct_types(
378+
self, project_id, expression, is_expected_dtype
379+
):
378380
"""
379381
All type checks can be added to this function using additional
380382
parameters, rather than creating additional functions.

0 commit comments

Comments
 (0)