From 9c8fbd74b1d922f241c926cc26d609d0d13ae1c5 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Mon, 19 Feb 2024 21:27:16 +0000 Subject: ruff lint fix: Run remaining auto-fixable rules --- tests/pydis_core/utils/test_cooldown.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/pydis_core') diff --git a/tests/pydis_core/utils/test_cooldown.py b/tests/pydis_core/utils/test_cooldown.py index eed16da3..45e74bd4 100644 --- a/tests/pydis_core/utils/test_cooldown.py +++ b/tests/pydis_core/utils/test_cooldown.py @@ -1,7 +1,7 @@ import unittest from unittest.mock import patch -from pydis_core.utils.cooldown import _CommandCooldownManager, _create_argument_tuple +from pydis_core.utils.cooldown import _CommandCooldownManager, _create_argument_tuple # noqa: PLC2701 class CommandCooldownManagerTests(unittest.IsolatedAsyncioTestCase): -- cgit v1.2.3