mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-12 22:21:50 +00:00
chore: fix type hints
This commit is contained in:
@@ -174,7 +174,7 @@ def get_columns(filters):
|
||||
|
||||
|
||||
@frappe.whitelist()
|
||||
def create_reposting_entries(rows, company):
|
||||
def create_reposting_entries(rows: str | list, company: str):
|
||||
if isinstance(rows, str):
|
||||
rows = parse_json(rows)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user