Skip to content

Commit 954dddb

Browse files
committed
refactor: switch to oold codegen, regenerate entity.py
1 parent 9a2af42 commit 954dddb

File tree

3 files changed

+454
-125
lines changed

3 files changed

+454
-125
lines changed

src/osw/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
SetResolverParam,
2727
set_resolver,
2828
)
29+
from oold.utils.codegen import OOLDJsonSchemaParser
2930
from pydantic import PydanticDeprecatedSince20
3031
from pydantic.v1 import BaseModel, Field, PrivateAttr, create_model, validator
3132
from pyld import jsonld
3233

3334
import osw.model.entity as model
3435
from osw.defaults import params as default_params
3536
from osw.model.static import OswBaseModel
36-
from osw.utils.codegen import OOLDJsonSchemaParser
3737
from osw.utils.oold import (
3838
AggregateGeneratedSchemasParam,
3939
AggregateGeneratedSchemasParamMode,

0 commit comments

Comments
 (0)