Merge pull request #2519 from yan12125/python38

Python 3.8 support
This commit is contained in:
Steve Pulec 2019-10-30 22:52:40 -05:00 committed by GitHub
commit 54c8a7dea1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 111 additions and 110 deletions

View file

@ -1,6 +1,6 @@
from __future__ import unicode_literals
from .models import BaseModel, BaseBackend, moto_api_backend # flake8: noqa
from .models import BaseModel, BaseBackend, moto_api_backend # noqa
from .responses import ActionAuthenticatorMixin
moto_api_backends = {"global": moto_api_backend}