aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/fun/madlibs.py
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-11-06 10:40:24 +0000
committerGravatar Chris Lovering <[email protected]>2023-11-06 10:42:02 +0000
commit428c8def8ba10b4a512971115243b6993a3d940b (patch)
tree5986c80aca7158e13b19a59f75cc3a6ca6d0f53e /bot/exts/fun/madlibs.py
parentUse ruff's isort implementation (diff)
Format code with new ruff rules
Diffstat (limited to 'bot/exts/fun/madlibs.py')
-rw-r--r--bot/exts/fun/madlibs.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/exts/fun/madlibs.py b/bot/exts/fun/madlibs.py
index c14e8a3a..f457a191 100644
--- a/bot/exts/fun/madlibs.py
+++ b/bot/exts/fun/madlibs.py
@@ -1,5 +1,4 @@
import json
-from asyncio import TimeoutError
from pathlib import Path
from random import choice
from typing import TypedDict