aboutsummaryrefslogtreecommitdiff
path: root/tests/challenges/schema.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/challenges/schema.py')
-rw-r--r--tests/challenges/schema.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/challenges/schema.py b/tests/challenges/schema.py
deleted file mode 100644
index 9c86772af..000000000
--- a/tests/challenges/schema.py
+++ /dev/null
@@ -1,7 +0,0 @@
-from pydantic import BaseModel
-
-
-class Task(BaseModel):
- """Jsonifiable representation of a task"""
-
- user_input: str