Skip to content
Snippets Groups Projects

Feature/update translations

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