Skip to content

Commit ee8fd6c

Browse files
committed
mypy
1 parent b1d545a commit ee8fd6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/models-library/src/models_library/rest_error.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class ErrorGet(BaseModel):
106106

107107

108108
class EnvelopedError(Envelope[None]):
109-
error: ErrorGet # type: ignore
109+
error: ErrorGet
110110

111111
model_config = ConfigDict(
112112
json_schema_extra={

0 commit comments

Comments
 (0)