Skip to content
Snippets Groups Projects

Feature/update translations

Merged Karel van Klink requested to merge feature/update-translations into develop
1 file
+ 12
12
Compare changes
  • Side-by-side
  • Inline
+ 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