mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-15 03:18:07 +00:00
lint test utils (#395)
This commit is contained in:
@ -25,15 +25,14 @@ from enum import Enum
|
||||
from typing import Dict, List, Optional, Set, Tuple
|
||||
from uuid import UUID, uuid4
|
||||
|
||||
from onefuzz.api import Command, Onefuzz
|
||||
from onefuzz.backend import ContainerWrapper, wait
|
||||
from onefuzz.cli import execute_api
|
||||
from onefuzztypes.enums import OS, ContainerType, TaskState, VmState
|
||||
from onefuzztypes.models import Job, Pool, Repro, Scaleset
|
||||
from onefuzztypes.primitives import Directory, File
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
from onefuzz.api import Command, Onefuzz
|
||||
from onefuzz.backend import ContainerWrapper, wait
|
||||
from onefuzz.cli import execute_api
|
||||
|
||||
LINUX_POOL = "linux-test"
|
||||
WINDOWS_POOL = "linux-test"
|
||||
BUILD = "0"
|
||||
|
Reference in New Issue
Block a user