From 5d7a102e4c453a2b4eb64cb4ad617798017b9605 Mon Sep 17 00:00:00 2001 From: Justin Wiley Date: Thu, 1 Dec 2016 19:24:40 -0800 Subject: [PATCH] Stoopid import was still hanging around. --- moto/events/models.py | 1 - moto/events/urls.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/moto/events/models.py b/moto/events/models.py index 12ee7ef02..83386cf87 100644 --- a/moto/events/models.py +++ b/moto/events/models.py @@ -1,6 +1,5 @@ import os import re -from collections import OrderedDict from moto.core import BaseBackend diff --git a/moto/events/urls.py b/moto/events/urls.py index c1ad554ff..bff05da3f 100644 --- a/moto/events/urls.py +++ b/moto/events/urls.py @@ -8,4 +8,4 @@ url_bases = [ url_paths = { "{0}/": EventsHandler.dispatch, -} \ No newline at end of file +}