Skip to content

Commit

Permalink
Merge pull request #25261 from akhilnarang/fix-v15-hotfix-formatting
Browse files Browse the repository at this point in the history
fix: formatting
  • Loading branch information
akhilnarang committed Mar 6, 2024
2 parents 0dc52e9 + 7f147b1 commit 69f4c89
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frappe/realtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
from frappe.utils.data import cstr


def publish_progress(
percent, title=None, doctype=None, docname=None, description=None, task_id=None
):
def publish_progress(percent, title=None, doctype=None, docname=None, description=None, task_id=None):
publish_realtime(
"progress",
{"percent": percent, "title": title, "description": description},
Expand Down

0 comments on commit 69f4c89

Please sign in to comment.