fix: remove unnecessary code

This commit is contained in:
Sagar Vora 2019-01-07 13:10:18 +05:30 committed by GitHub
parent bb6a7eb9d3
commit 23a1b98957
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,8 +62,6 @@ class EmployeeBoardingController(Document):
if users:
self.assign_task_to_users(task, set(users))
users = []
def assign_task_to_users(self, task, users):
for user in users:
args = {