commit | 3c74266763f2c7b1e85404a306f81fd3a798f746 | [log] [tgz] |
---|---|---|
author | Sagar Vora <sagar@resilient.tech> | Mon Jan 07 13:13:16 2019 +0530 |
committer | GitHub <noreply@github.com> | Mon Jan 07 13:13:16 2019 +0530 |
tree | d85a560b669b228e97b2dafb605ebeaf2100bf11 | |
parent | 23a1b9895791edb3956e42274521417c6805fd3a [diff] |
fix: PEP8 recommended whitspace
diff --git a/erpnext/hr/utils.py b/erpnext/hr/utils.py index 2dc0ab0..0226201 100644 --- a/erpnext/hr/utils.py +++ b/erpnext/hr/utils.py
@@ -57,7 +57,6 @@ if "Administrator" in users: users.remove("Administrator") - # assign the task the users if users: self.assign_task_to_users(task, set(users))