Skip to content

Commit d8e3b99

Browse files
committed
Blacken tests.
1 parent 5a526c0 commit d8e3b99

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

tests/system/test_gbq.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,7 @@ def test_should_properly_handle_datetime_unix_epoch(self, project_id):
344344
tm.assert_frame_equal(
345345
df,
346346
DataFrame(
347-
{"unix_epoch": ["1970-01-01T00:00:00"]},
348-
dtype="datetime64[ns]",
347+
{"unix_epoch": ["1970-01-01T00:00:00"]}, dtype="datetime64[ns]"
349348
),
350349
)
351350

@@ -360,11 +359,7 @@ def test_should_properly_handle_arbitrary_datetime(self, project_id):
360359
tm.assert_frame_equal(
361360
df,
362361
DataFrame(
363-
{
364-
"valid_timestamp": [
365-
np.datetime64("2004-09-15T05:00:00")
366-
]
367-
}
362+
{"valid_timestamp": [np.datetime64("2004-09-15T05:00:00")]}
368363
),
369364
)
370365

0 commit comments

Comments
 (0)