Skip to content

Commit 099618d

Browse files
committed
Unused imports removed
1 parent 5f42a6e commit 099618d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/tarantool/connection.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
import ctypes
88
import socket
9-
import sys
109
import time
1110

1211
from tarantool.response import Response
@@ -26,7 +25,7 @@
2625
class Connection(object):
2726
'''\
2827
Represents connection to the Tarantool server.
29-
28+
3029
This class is responsible for connection and network exchange with the server.
3130
Also this class provides low-level interface to data manipulation (insert/delete/update/select).
3231
'''

src/tarantool/response.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# pylint: disable=C0301,W0105,W0401,W0614
33

4-
import ctypes
54
import struct
65
import sys
76

0 commit comments

Comments
 (0)