Island: Remove unnecessary aws_service import

This commit is contained in:
Mike Salvatore 2022-06-26 09:42:08 -04:00
parent e0047e485b
commit 3305325419
1 changed files with 0 additions and 4 deletions

View File

@ -2,7 +2,3 @@ from .authentication.authentication_service import AuthenticationService
from .authentication.json_file_user_datastore import JsonFileUserDatastore
from .aws import AWSService
# TODO: This is a temporary import to keep some tests passing. Remove it before merging #1928 to
# develop.
from .aws import aws_service