Skip to content

Commit

Permalink
Remove an unneeded noqa
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering committed Sep 11, 2024
1 parent 41c7469 commit 0ce3469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pydis_core/utils/test_cooldown.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import unittest
from unittest.mock import patch

from pydis_core.utils.cooldown import _CommandCooldownManager, _create_argument_tuple # noqa: PLC2701
from pydis_core.utils.cooldown import _CommandCooldownManager, _create_argument_tuple


class CommandCooldownManagerTests(unittest.IsolatedAsyncioTestCase):
Expand Down

0 comments on commit 0ce3469

Please sign in to comment.