We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69640c3 commit 8cb3175Copy full SHA for 8cb3175
1 file changed
mpcontribs-lux/mpcontribs/lux/autogen.py
@@ -124,6 +124,6 @@ def pydantic_schema(self) -> Type[BaseModel]:
124
}
125
126
return create_model(
127
- f"{self.file_name.name.split(".",1)[0]}",
+ f"{self.file_name.name.split('.',1)[0]}",
128
**model_fields,
129
)
0 commit comments