Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Commit

Permalink
use object instead of dict
Browse files Browse the repository at this point in the history
  • Loading branch information
jhowarth committed Dec 7, 2016
1 parent 9587b6d commit ecc017d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/loqui/client.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cdef class LoquiClient:
cdef object _connect_greenlet
cdef object _push_queue
cdef tuple _address
cdef dict _encoders
cdef object _encoders
cdef int _connect_timeout
cdef Backoff _backoff

Expand Down

0 comments on commit ecc017d

Please sign in to comment.