We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bd32af commit b892c86Copy full SHA for b892c86
tests/pydis_core/utils/test_cooldown.py
@@ -1,7 +1,7 @@
1
import unittest
2
from unittest.mock import patch
3
4
-from pydis_core.utils.cooldown import _CommandCooldownManager, _create_argument_tuple # noqa: PLC2701
+from pydis_core.utils.cooldown import _CommandCooldownManager, _create_argument_tuple
5
6
7
class CommandCooldownManagerTests(unittest.IsolatedAsyncioTestCase):
0 commit comments