aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/exts/evergreen/trivia_quiz.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/trivia_quiz.py b/bot/exts/evergreen/trivia_quiz.py
index 4d18eaef..6d421668 100644
--- a/bot/exts/evergreen/trivia_quiz.py
+++ b/bot/exts/evergreen/trivia_quiz.py
@@ -64,7 +64,7 @@ UNITS_TO_BASE_UNITS = {
@dataclass(frozen=True)
class QuizEntry:
"""Dataclass for a quiz entry (a question and a string containing answers separated by commas)."""
-
+
question: str
answer: str