Skip to content

Commit 35f3869

Browse files
committed
Update schema.py
1 parent c8fd530 commit 35f3869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cppython/core/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class PEP621Configuration(CPPythonModel):
8080

8181
@model_validator(mode='after') # type: ignore
8282
@classmethod
83-
def dynamic_data(cls, model: 'PEP621Configuration') -> 'PEP621Configuration':
83+
def dynamic_data(cls, model: PEP621Configuration) -> PEP621Configuration:
8484
"""Validates that dynamic data is represented correctly
8585
8686
Args:

0 commit comments

Comments
 (0)