refractor

This commit is contained in:
Anurag Mishra 2019-01-04 12:32:51 +05:30
parent add6bf35a3
commit bb6a7eb9d3

View File

@ -60,7 +60,6 @@ class EmployeeBoardingController(Document):
# assign the task the users # assign the task the users
if users: if users:
print(users)
self.assign_task_to_users(task, set(users)) self.assign_task_to_users(task, set(users))
users = [] users = []