Skip to content

Commit 51d27f9

Browse files
committed
Converted kitchen sink back to matching the others with code systems inlined as dict
1 parent a9bad72 commit 51d27f9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/test_loaders_dumpers/models/kitchen_sink.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ classes:
256256
multivalued: true
257257
code systems:
258258
range: CodeSystem
259-
inlined_as_list: true
260259
inlined: true
261260
multivalued: true
262261
slots:

tests/test_loaders_dumpers/models/kitchen_sink_pydantic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from __future__ import annotations
22
from datetime import datetime, date
33
from enum import Enum
4-
from typing import List, Dict, Optional, Any, Union
4+
from typing import List, Dict, Optional, Any, Union, Literal
55
from pydantic import BaseModel as BaseModel, Field
66
from linkml_runtime.linkml_model import Decimal
77

0 commit comments

Comments
 (0)