Skip to content

Commit

Permalink
Merge pull request #1454 from minrk/deprecated
Browse files Browse the repository at this point in the history
avoid deprecated cython syntax
  • Loading branch information
minrk authored Nov 27, 2020
2 parents d79dd15 + a61563e commit 358d70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zmq/backend/cython/libzmq.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cdef extern from "zmq_compat.h":
ctypedef signed long long int64_t "pyzmq_int64_t"
ctypedef unsigned int uint32_t "pyzmq_uint32_t"

include "./constant_enums.pxi"
include "constant_enums.pxi"

cdef extern from "zmq.h" nogil:

Expand Down

0 comments on commit 358d70e

Please sign in to comment.