Skip to content

Commit

Permalink
Small fixes noticed when browsing pending issues
Browse files Browse the repository at this point in the history
  • Loading branch information
msm-code committed Sep 16, 2024
1 parent e02a197 commit d2f7dcd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions src/.dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.pytest_cache
.mypy_cache
__pycache__
mqueryfront/
6 changes: 0 additions & 6 deletions src/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ class TaskType(Enum):
COMMAND = "command"


class AgentTask:
def __init__(self, type: TaskType, data: str):
self.type = type
self.data = data


# Type alias for Job ids
JobId = str

Expand Down

0 comments on commit d2f7dcd

Please sign in to comment.