Skip to content

Commit

Permalink
ye
Browse files Browse the repository at this point in the history
  • Loading branch information
cop-discord committed Jun 20, 2024
1 parent de11c4c commit 31a6b58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions discord/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
)
from urllib.parse import quote as _uriquote
from collections import deque
import datetime,orjson
import datetime
import orjson
from .expiringdictionary import ExpiringDictionary as Cache
import aiohttp

Expand All @@ -58,12 +59,11 @@
from . import __version__, utils
from .utils import MISSING
from .globals import get_global
from .poll import Poll
_log = get_global("logger", loguru.logger)

if TYPE_CHECKING:
from typing_extensions import Self

from .poll import Poll
from .ui.view import View
from .embeds import Embed
from .message import Attachment
Expand Down

0 comments on commit 31a6b58

Please sign in to comment.