Skip to content

Commit

Permalink
Add a missing empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Dec 6, 2019
1 parent 52761b4 commit 260fa79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/pyarrow/tests/test_serialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -936,6 +936,7 @@ def deserialize_regex(serialized, q):
import pyarrow as pa
q.put(pa.deserialize(serialized))


def test_deserialize_in_different_process():
from multiprocessing import Process, Queue
import re
Expand Down

0 comments on commit 260fa79

Please sign in to comment.