Skip to content

Commit

Permalink
Update aiohttp/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov authored and greshilov committed Dec 6, 2020
1 parent e6e979a commit 74158a9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions aiohttp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,7 @@
)
from .cookiejar import CookieJar as CookieJar, DummyCookieJar as DummyCookieJar
from .formdata import FormData as FormData
from .helpers import (
BasicAuth as BasicAuth,
ChainMapProxy as ChainMapProxy,
ETag as ETag,
)
from .helpers import BasicAuth, ChainMapProxy, ETag
from .http import (
HttpVersion as HttpVersion,
HttpVersion10 as HttpVersion10,
Expand Down

0 comments on commit 74158a9

Please sign in to comment.