fix: PEP8 recommended whitspace

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

View File

@ -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))