Browse Source

Remove unusued imports

pull/10189/head
Soheab_ 2 weeks ago
parent
commit
89a210b55b
  1. 2
      discord/ext/commands/hybrid.py

2
discord/ext/commands/hybrid.py

@ -24,7 +24,7 @@ DEALINGS IN THE SOFTWARE.
from __future__ import annotations from __future__ import annotations
from typing import TYPE_CHECKING, Any, Callable, ClassVar, Dict, List, Tuple, Type, TypeVar, Union, Optional, TypedDict from typing import TYPE_CHECKING, Any, Callable, ClassVar, Dict, List, Tuple, Type, TypeVar, Union, Optional
import discord import discord
import inspect import inspect

Loading…
Cancel
Save