Skip to content

Commit

Permalink
Update _plasma.pyx
Browse files Browse the repository at this point in the history
  • Loading branch information
robertnishihara authored Dec 13, 2018
1 parent af150c1 commit a038404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/pyarrow/_plasma.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ from cython.operator cimport dereference as deref, preincrement as inc
from cpython.pycapsule cimport *

import collections
import pyarrow
import random
import warnings
import socket
import warnings

import pyarrow
from pyarrow.lib cimport Buffer, NativeFile, check_status, pyarrow_wrap_buffer
from pyarrow.includes.libarrow cimport (CBuffer, CMutableBuffer,
CFixedSizeBufferWriter, CStatus)
Expand Down

0 comments on commit a038404

Please sign in to comment.