aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Objectivitix <[email protected]>2021-05-09 17:37:42 -0300
committerGravatar GitHub <[email protected]>2021-05-09 17:37:42 -0300
commitbfc7c4335a4e7156f877607b62491b7aaf2faa58 (patch)
treee13e21ca5bc2d27eeb0c5a9527eb526dcb0e7d67
parentuse `operator` module instead of lambda functions (diff)
lint failure fix, imported in alphabetical order
-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 10237be9..7a498ebd 100644
--- a/bot/exts/evergreen/trivia_quiz.py
+++ b/bot/exts/evergreen/trivia_quiz.py
@@ -1,8 +1,8 @@
import asyncio
import json
import logging
-import random
import operator
+import random
from pathlib import Path
from typing import List, Optional, Tuple