Skip to content

Commit b816699

Browse files
committed
chore: linting changes
1 parent 36228f6 commit b816699

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

erpnext/accounts/doctype/repost_accounting_ledger/repost_accounting_ledger.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ def get_allowed_types_from_settings(child_doc: bool = False):
235235
return result
236236

237237

238-
239238
def get_child_docs(doc: list) -> list:
240239
child_doc = []
241240
doc = get_child_tables_of_doctypes(doc)
@@ -306,4 +305,3 @@ def get_repost_allowed_types(doctype, txt, searchfield, start, page_len, filters
306305

307306
allowed_types = list(dict.fromkeys(allowed_types))
308307
return [[dt] for dt in allowed_types]
309-

0 commit comments

Comments
 (0)