Skip to content

Commit 4985525

Browse files
committed
Disable redefined outer name pylint warning.
1 parent 65f351f commit 4985525

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unit/util/test_multipart_stream.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def multipart_stream_files(request):
1818

1919

2020
def test_multipart_stream_orders_data_before_files(multipart_stream_data, multipart_stream_files):
21+
# pylint:disable=redefined-outer-name
2122
if not multipart_stream_data and not multipart_stream_files:
2223
pytest.xfail('Encoder does not support empty fields.')
2324
stream = MultipartStream(multipart_stream_data, multipart_stream_files)

0 commit comments

Comments
 (0)