diff options
author | 2023-11-06 10:40:24 +0000 | |
---|---|---|
committer | 2023-11-06 10:42:02 +0000 | |
commit | 428c8def8ba10b4a512971115243b6993a3d940b (patch) | |
tree | 5986c80aca7158e13b19a59f75cc3a6ca6d0f53e /bot/exts/fun/hangman.py | |
parent | Use ruff's isort implementation (diff) |
Format code with new ruff rules
Diffstat (limited to 'bot/exts/fun/hangman.py')
-rw-r--r-- | bot/exts/fun/hangman.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/exts/fun/hangman.py b/bot/exts/fun/hangman.py index 7a02a552..869e0644 100644 --- a/bot/exts/fun/hangman.py +++ b/bot/exts/fun/hangman.py @@ -1,4 +1,3 @@ -from asyncio import TimeoutError from pathlib import Path from random import choice |