Skip to content
Snippets Groups Projects

Feature/use conditionals

Merged Karel van Klink requested to merge feature/use-conditionals into develop
All threads resolved!
Files
10
+ 1
1
@@ -6,7 +6,7 @@ from pathlib import Path
from typing import TypeVar
import typer
import yaml # type: ignore[import-untyped]
import yaml
from pydantic import ValidationError
from gso.api.v1.imports import (
Loading