Skip to content

Commit

Permalink
code-health: remove c_ssize_t type wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
DifferentialOrange committed Sep 9, 2022
1 parent 4d2920f commit 9b2554c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tarantool/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@

import ctypes
import ctypes.util
try:
from ctypes import c_ssize_t
except ImportError:
from ctypes import c_longlong as c_ssize_t
from ctypes import c_ssize_t

import msgpack

Expand Down

0 comments on commit 9b2554c

Please sign in to comment.