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 21, 2022
1 parent d67bda3 commit 41767b6
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 41767b6

Please sign in to comment.