Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions tests/pathv20_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
import yarl
import httpx
import pytest
import python_multipart
from httpx._multipart import MultipartStream

from aiopenapi3 import OpenAPI

Expand Down Expand Up @@ -177,9 +179,6 @@ def test_paths_parameter_format_v20(httpx_mock, with_paths_parameter_format_v20)
result = api._.formdata(parameters=params)
request = httpx_mock.get_requests()[-1]

import multipart
from httpx._multipart import MultipartStream

files = dict()

def on_file(file):
Expand Down