Skip to content

Commit 7519446

Browse files
committed
driver-six-binary_and_text_data_removal
1 parent 45b6e5b commit 7519446

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/unit/test_connection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
import unittest
1515

1616
from mock import Mock, ANY, call, patch
17+
1718
import io
1819
import six
1920
import time

tests/unit/test_segment.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
import unittest
16-
1715
import io
16+
import unittest
1817

1918
from cassandra import DriverException
2019
from cassandra.segment import Segment, CrcException

0 commit comments

Comments
 (0)