mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-18 04:38:09 +00:00
import local relative paths (#579)
This commit is contained in:
@ -25,9 +25,9 @@ from onefuzztypes.models import (
|
||||
WorkerRunningEvent,
|
||||
)
|
||||
|
||||
from ..onefuzzlib.task_event import TaskEvent
|
||||
from ..onefuzzlib.tasks.main import Task
|
||||
from ..onefuzzlib.workers.nodes import Node, NodeTasks
|
||||
from .task_event import TaskEvent
|
||||
from .tasks.main import Task
|
||||
from .workers.nodes import Node, NodeTasks
|
||||
|
||||
MAX_OUTPUT_SIZE = 4096
|
||||
|
||||
|
Reference in New Issue
Block a user