Skip to content

Commit 9256148

Browse files
Remove extra empty line
1 parent 78e5b4e commit 9256148

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/io/test_parquet.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,6 @@ def test_non_nanosecond_timestamps(self, temp_file):
11361136
pa = pytest.importorskip("pyarrow")
11371137
pq = pytest.importorskip("pyarrow.parquet")
11381138

1139-
11401139
arr = pa.array([datetime.datetime(1600, 1, 1)], type=pa.timestamp("us"))
11411140
table = pa.table([arr], names=["timestamp"])
11421141
pq.write_table(table, temp_file)

0 commit comments

Comments
 (0)