Agent: Change IslandApiClient -> IslandAPIClient

This commit is contained in:
Shreya Malviya 2022-09-19 17:05:56 +05:30
parent 8386a006d0
commit d217d30b2e
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
from infection_monkey.transport.http import LockedHTTPServer from infection_monkey.transport.http import LockedHTTPServer
from .island_api_client import IslandApiClient from .island_api_client import IslandAPIClient

View File

@ -12,7 +12,7 @@ from infection_monkey.transport.island_api_client_errors import (
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
class IslandApiClient: class IslandAPIClient:
""" """
Represents Island API client Represents Island API client
""" """