We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8fd530 commit 35f3869Copy full SHA for 35f3869
cppython/core/schema.py
@@ -80,7 +80,7 @@ class PEP621Configuration(CPPythonModel):
80
81
@model_validator(mode='after') # type: ignore
82
@classmethod
83
- def dynamic_data(cls, model: 'PEP621Configuration') -> 'PEP621Configuration':
+ def dynamic_data(cls, model: PEP621Configuration) -> PEP621Configuration:
84
"""Validates that dynamic data is represented correctly
85
86
Args:
0 commit comments