Stoopid import was still hanging around.

This commit is contained in:
Justin Wiley 2016-12-01 19:24:40 -08:00 committed by Justin Wiley
parent 6c85a85e0d
commit 5d7a102e4c
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
import os import os
import re import re
from collections import OrderedDict
from moto.core import BaseBackend from moto.core import BaseBackend

View File

@ -8,4 +8,4 @@ url_bases = [
url_paths = { url_paths = {
"{0}/": EventsHandler.dispatch, "{0}/": EventsHandler.dispatch,
} }