Skip to content

Commit 0404a45

Browse files
committed
chore: run prettier
1 parent 2f6ad57 commit 0404a45

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/server/templates/python.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ export const apply = ({
2424
return py_class_and_methods
2525
})
2626
const composite_types = types
27-
.filter((type) => type.attributes.length > 0 && schemas.some((schema) => type.schema == schema.name))
27+
.filter(
28+
(type) => type.attributes.length > 0 && schemas.some((schema) => type.schema == schema.name)
29+
)
2830
.map((type) => ctx.typeToClass(type))
2931
const py_views = views
3032
.filter((view) => schemas.some((schema) => schema.name === view.schema))

0 commit comments

Comments
 (0)