This commit is contained in:
parent
2d06c7feeb
commit
c436e12b46
9 changed files with 69 additions and 15 deletions
|
|
@ -1,6 +1,4 @@
|
|||
"""Module defining a directory-based spec."""
|
||||
|
||||
|
||||
from .spec import Spec
|
||||
from pathlib import Path
|
||||
from typing import Union
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
"""This module contains the base Spec class."""
|
||||
|
||||
|
||||
from pathlib import Path
|
||||
from typing import Union, Dict
|
||||
import skeleton
|
||||
import os
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
"""Module defining a Docker volume-based spec."""
|
||||
|
||||
|
||||
from .spec import Spec
|
||||
from typing import Union
|
||||
from pathlib import Path
|
||||
|
|
|
|||
Reference in a new issue