summaryrefslogtreecommitdiff
path: root/oslo_db/tests/sqlalchemy/test_utils.py
diff options
context:
space:
mode:
authorStephen Finucane <stephenfin@redhat.com>2020-02-25 17:27:54 +0000
committerStephen Finucane <stephenfin@redhat.com>2020-02-25 17:33:41 +0000
commit1eb03f187ab101668c26a4ef800e96bd66992140 (patch)
tree4dc35d8f6d782e18341c143a504b5fde2f3a62bf /oslo_db/tests/sqlalchemy/test_utils.py
parentd4038860ce9df2a32af41fa1f3bb6557c03f6e23 (diff)
downloadoslo-db-1eb03f187ab101668c26a4ef800e96bd66992140.tar.gz
Drop use of six
No need for this in a Python 3-only world. Change-Id: I8923f2b87c1bd114b8c55210100c7485a0de8f28 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Diffstat (limited to 'oslo_db/tests/sqlalchemy/test_utils.py')
-rw-r--r--oslo_db/tests/sqlalchemy/test_utils.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/oslo_db/tests/sqlalchemy/test_utils.py b/oslo_db/tests/sqlalchemy/test_utils.py
index f193dfd..4ca09e1 100644
--- a/oslo_db/tests/sqlalchemy/test_utils.py
+++ b/oslo_db/tests/sqlalchemy/test_utils.py
@@ -13,10 +13,11 @@
# License for the specific language governing permissions and limitations
# under the License.
+from urllib import parse
+
import fixtures
import mock
from oslotest import base as test_base
-from six.moves.urllib import parse
import sqlalchemy
from sqlalchemy.dialects import mysql
from sqlalchemy import Boolean, Index, Integer, DateTime, String, SmallInteger