Skip to content

Commit 6d75e97

Browse files
committed
tests - fix python_multipart
1 parent 40b6597 commit 6d75e97

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/pathv20_test.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
import yarl
66
import httpx
77
import pytest
8+
import python_multipart
9+
from httpx._multipart import MultipartStream
810

911
from aiopenapi3 import OpenAPI
1012

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

180-
import multipart
181-
from httpx._multipart import MultipartStream
182-
183182
files = dict()
184183

185184
def on_file(file):

0 commit comments

Comments
 (0)