Skip to content

Commit

Permalink
Small fixes noticed when browsing pending issues (#399)
Browse files Browse the repository at this point in the history
Co-authored-by: msm <[email protected]>
  • Loading branch information
msm-cert and msm-code authored Sep 17, 2024
1 parent e59c573 commit f204e44
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 f204e44

Please sign in to comment.