Skip to content

Commit

Permalink
Updated __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gitofanindya authored Jul 25, 2024
1 parent 21ae700 commit 4861edd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nxdrive/client/workflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ class Workflow:

user_task_list: Dict[str, List[str]] = {}

def __init__(self) -> None:
pass

def fetch_document(self, tasks_list: Dict, engine: Engine) -> None:
"""Fetch document details"""
first_task = tasks_list[0]
Expand Down

0 comments on commit 4861edd

Please sign in to comment.