Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 15, 2024
1 parent 967fac0 commit e202322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions aiohttp/client.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""HTTP Client for asyncio."""
import sys

import asyncio
import base64
import dataclasses
Expand Down Expand Up @@ -36,10 +36,6 @@
)

from multidict import CIMultiDict, MultiDict, MultiDictProxy, istr




from yarl import URL

from . import hdrs, http, payload
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r runtime-deps.in

gunicorn
uvloop; platform_system != "Windows" and implementation_name == "cpython" # MagicStack/uvloop#14
typing-extensions; python_version < "3.11"
uvloop; platform_system != "Windows" and implementation_name == "cpython" # MagicStack/uvloop#14

0 comments on commit e202322

Please sign in to comment.