mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-16 11:58:09 +00:00
Add type definition (#1703)
This commit is contained in:
@ -348,6 +348,8 @@ def before_sleep(retry_state: RetryCallState) -> None:
|
||||
|
||||
|
||||
class ContainerWrapper:
|
||||
client: ContainerClient
|
||||
|
||||
def __init__(self, container_url: str) -> None:
|
||||
self.client = ContainerClient.from_container_url(container_url)
|
||||
self.container_url = container_url
|
||||
|
Reference in New Issue
Block a user