mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-20 05:23:44 +00:00
remove unused Event generation from the pre-2.0.0 SignalR integration (#477)
Remove a vestige of the adhoc events used by the previous SingalR integration for container updates.
This commit is contained in:
@ -3,14 +3,11 @@
|
||||
# Copyright (c) Microsoft Corporation.
|
||||
# Licensed under the MIT License.
|
||||
|
||||
from enum import Enum
|
||||
from typing import Any, Dict, NewType, Union
|
||||
from uuid import UUID
|
||||
from typing import Any, Dict, NewType
|
||||
|
||||
from onefuzztypes.validators import check_alnum, check_alnum_dash
|
||||
|
||||
Extension = Dict[str, Any]
|
||||
Event = Union[str, int, UUID, Enum, Dict[str, str]]
|
||||
Directory = NewType("Directory", str)
|
||||
File = NewType("File", str)
|
||||
|
||||
|
Reference in New Issue
Block a user