mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 21:59:13 +00:00
fix: PEP8 recommended whitspace
This commit is contained in:
@@ -57,7 +57,6 @@ class EmployeeBoardingController(Document):
|
|||||||
if "Administrator" in users:
|
if "Administrator" in users:
|
||||||
users.remove("Administrator")
|
users.remove("Administrator")
|
||||||
|
|
||||||
|
|
||||||
# assign the task the users
|
# assign the task the users
|
||||||
if users:
|
if users:
|
||||||
self.assign_task_to_users(task, set(users))
|
self.assign_task_to_users(task, set(users))
|
||||||
|
|||||||
Reference in New Issue
Block a user