fix: PEP8 recommended whitspace
This commit is contained in:
parent
23a1b98957
commit
3c74266763
@ -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))
|
||||||
|
Loading…
Reference in New Issue
Block a user