diff options
author | 2022-04-20 21:06:13 +0100 | |
---|---|---|
committer | 2022-04-20 21:06:13 +0100 | |
commit | 03a8c8138c53b6582a0921b3dcf7a1b7d55877de (patch) | |
tree | d798a648c5decc73eb0155bbc3e2e11090626110 | |
parent | Remove unneeded contextlib.suppress (diff) |
remove unneeded import in tests
-rw-r--r-- | tests/bot/exts/info/test_help.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/bot/exts/info/test_help.py b/tests/bot/exts/info/test_help.py index 21d124f3a..2644ae40d 100644 --- a/tests/bot/exts/info/test_help.py +++ b/tests/bot/exts/info/test_help.py @@ -1,5 +1,4 @@ import unittest -import unittest.mock import rapidfuzz |