Skip to content

Commit c2fea57

Browse files
jameslinnellmegan-bower4
authored andcommitted
PR update
1 parent e339213 commit c2fea57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/layers/domain/response/coding.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ class IssueSeverity(StrEnum):
1818

1919

2020
class Coding(BaseModel):
21-
code = str
22-
display = str
21+
code: str
22+
display: str
2323

2424

2525
class SpineCoding(StrEnum):

0 commit comments

Comments
 (0)