style: ruff formatter style correction
This commit is contained in:
parent
d3a525edb7
commit
4151fccb5c
1 changed files with 4 additions and 2 deletions
|
|
@ -489,8 +489,10 @@ def get_link_fields(doctype: str) -> list[dict]:
|
|||
.on(df.parent == dt.name)
|
||||
.select(df.parent, df.fieldname, dt.issingle.as_("issingle"))
|
||||
.where(
|
||||
(df.options == doctype) & (df.fieldtype == "Link")
|
||||
& (dt.is_virtual == 0) & (df.is_virtual == 0)
|
||||
(df.options == doctype)
|
||||
& (df.fieldtype == "Link")
|
||||
& (dt.is_virtual == 0)
|
||||
& (df.is_virtual == 0)
|
||||
)
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue