Skip to content

Commit

Permalink
style(pre-commit): auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jul 31, 2023
1 parent f80550a commit 292b4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import asyncio
import logging
import sys
from typing import TYPE_CHECKING, Any, Coroutine, Iterable, Sequence, Type, TypeVar
from typing import TYPE_CHECKING, Any, Coroutine, Iterable, Sequence, TypeVar
from urllib.parse import quote as _uriquote

import aiohttp
Expand Down

0 comments on commit 292b4fe

Please sign in to comment.