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