Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
florimondmanca committed Jun 13, 2020
1 parent 927f471 commit 5db032e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions httpx/_transports/asgi.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import contextlib
from typing import (
TYPE_CHECKING,
Union,
AsyncIterator,
Awaitable,
Callable,
Dict,
List,
Optional,
Tuple,
AsyncIterator,
Union,
)

import httpcore
Expand Down

0 comments on commit 5db032e

Please sign in to comment.