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

View File

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