Skip to content

Commit

Permalink
feat: add WRROC models, validators & unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Karanjot786 committed Aug 30, 2024
1 parent 3dc009a commit 7e85db7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crategen/converters/tes_converter.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from pydantic import ValidationError

from ..models.tes_models import TESData
from ..models.wrroc_models import WRROCDataTES
from ..models.tes_models import TESData, TESInput, TESOutput, TESExecutor, TESResources, TESState, TESTaskLog
from ..models.wrroc_models import WRROCDataTES, WRROCInputs, WRROCOutputs
from .abstract_converter import AbstractConverter


Expand Down

0 comments on commit 7e85db7

Please sign in to comment.