diff --git a/tests/trainwreck/test_handler.py b/tests/trainwreck/test_handler.py index ac24cd7336ecd3eedd4b858d0a6e83d4539e263a..6f6e8cb2e23e5721d3f84ce1baaa4da4a7256c39 100644 --- a/tests/trainwreck/test_handler.py +++ b/tests/trainwreck/test_handler.py @@ -1,16 +1,14 @@ # -*- coding: utf-8; -*- -from __future__ import unicode_literals, absolute_import - import datetime import warnings +from collections import OrderedDict from unittest import TestCase import sqlalchemy as sa from rattail.trainwreck import handler as mod from rattail.config import make_config -from rattail.util import OrderedDict from rattail.trainwreck.db import Session as TrainwreckSession