Stoopid import was still hanging around.
This commit is contained in:
parent
6c85a85e0d
commit
5d7a102e4c
2 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,4 +8,4 @@ url_bases = [
|
||||||
|
|
||||||
url_paths = {
|
url_paths = {
|
||||||
"{0}/": EventsHandler.dispatch,
|
"{0}/": EventsHandler.dispatch,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue