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 +}