aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-04-20 21:06:13 +0100
committerGravatar Chris Lovering <[email protected]>2022-04-20 21:06:13 +0100
commit03a8c8138c53b6582a0921b3dcf7a1b7d55877de (patch)
treed798a648c5decc73eb0155bbc3e2e11090626110
parentRemove unneeded contextlib.suppress (diff)
remove unneeded import in tests
-rw-r--r--tests/bot/exts/info/test_help.py1
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