Skip to content

Commit 7e0923a

Browse files
authored
clean up last "import six" (#1197)
1 parent 2c61ab2 commit 7e0923a

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

docs/upgrading.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,3 @@ The following dependencies have officially been made optional:
382382

383383
* ``scales``
384384
* ``blist``
385-
386-
And one new dependency has been added (to enable Python 3 support):
387-
388-
* ``six``

tests/integration/standard/test_cluster.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
import warnings
2424
from packaging.version import Version
2525

26-
import six
2726
import cassandra
2827
from cassandra.cluster import NoHostAvailable, ExecutionProfile, EXEC_PROFILE_DEFAULT, ControlConnection, Cluster
2928
from cassandra.concurrent import execute_concurrent

0 commit comments

Comments
 (0)