Skip to content

Commit 4bf6921

Browse files
committed
Missing import added
1 parent fb61811 commit 4bf6921

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tarantool/response.py

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import ctypes
55
import socket
66
import struct
7+
import sys
78

89
from tarantool.const import *
910
from tarantool.error import *

0 commit comments

Comments
 (0)