forked from p15670423/monkey
Island: Remove unnecessary aws_service import
This commit is contained in:
parent
e0047e485b
commit
3305325419
|
@ -2,7 +2,3 @@ from .authentication.authentication_service import AuthenticationService
|
||||||
from .authentication.json_file_user_datastore import JsonFileUserDatastore
|
from .authentication.json_file_user_datastore import JsonFileUserDatastore
|
||||||
|
|
||||||
from .aws import AWSService
|
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
|
|
||||||
|
|
Loading…
Reference in New Issue