Skip to content

Commit 8cb3175

Browse files
f str correction
1 parent 69640c3 commit 8cb3175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpcontribs-lux/mpcontribs/lux/autogen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,6 @@ def pydantic_schema(self) -> Type[BaseModel]:
124124
}
125125

126126
return create_model(
127-
f"{self.file_name.name.split(".",1)[0]}",
127+
f"{self.file_name.name.split('.',1)[0]}",
128128
**model_fields,
129129
)

0 commit comments

Comments
 (0)