mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-15 19:38:11 +00:00
use the primitive types in more places (#514)
This commit is contained in:
@ -12,6 +12,7 @@ from subprocess import PIPE, CalledProcessError, check_call # nosec
|
||||
from typing import List, Optional
|
||||
|
||||
from onefuzztypes.models import NotificationConfig
|
||||
from onefuzztypes.primitives import PoolName
|
||||
|
||||
from onefuzz.api import Command, Onefuzz
|
||||
from onefuzz.cli import execute_api
|
||||
@ -42,7 +43,7 @@ class Ossfuzz(Command):
|
||||
self,
|
||||
project: str,
|
||||
build: str,
|
||||
pool: str,
|
||||
pool: PoolName,
|
||||
sanitizers: Optional[List[str]] = None,
|
||||
notification_config: Optional[NotificationConfig] = None,
|
||||
) -> None:
|
||||
|
Reference in New Issue
Block a user