Skip to content

Commit

Permalink
Fixed code style
Browse files Browse the repository at this point in the history
  • Loading branch information
swetayadav1 committed Jun 21, 2024
1 parent 29e485d commit ff7e85a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nxdrive/client/workflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ def get_pending_tasks(self, engine: Engine) -> List[Task]: # type: ignore
try:
options = {"userId": engine.remote.user_id}
if tasks := self.remote.tasks.get(options):

if tasks := self.remove_overdue_tasks(tasks):
tasks = self.update_user_task_data(tasks, options["userId"])

Expand Down

0 comments on commit ff7e85a

Please sign in to comment.