Skip to content
Snippets Groups Projects
Commit 7c064216 authored by Nathan Hertz's avatar Nathan Hertz
Browse files

Couple small changes to null_capability.py and interfaces.py

parent 8d0b3b2d
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,7 @@ from threading import Semaphore
# FIXME: This package doesn't seem installable via conda
from injector import ClassAssistedBuilder, inject
# FIXME
from wksp.ifaces import *
from workspaces.interfaces import *
import pathlib
......
......@@ -23,7 +23,7 @@ class Capability(ABC):
name: CapabilityName
max_jobs: int
def create_request(self, locators: List[ProductLocator]):
def create_request(self, locators: List[ProductLocator]) -> "CapabilityRequest":
"""
Create a capability request for this capability
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment