Skip to content

Commit b892c86

Browse files
committed
Remove an unneeded noqa
1 parent 0bd32af commit b892c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pydis_core/utils/test_cooldown.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import unittest
22
from unittest.mock import patch
33

4-
from pydis_core.utils.cooldown import _CommandCooldownManager, _create_argument_tuple # noqa: PLC2701
4+
from pydis_core.utils.cooldown import _CommandCooldownManager, _create_argument_tuple
55

66

77
class CommandCooldownManagerTests(unittest.IsolatedAsyncioTestCase):

0 commit comments

Comments
 (0)