Skip to content

Commit c7e8a6f

Browse files
fixed missing io import in doctest
1 parent c79c2dc commit c7e8a6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testcontainers/minio.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class MinioContainer(DockerContainer):
1818
-------
1919
.. doctest::
2020
21+
>>> import io
2122
>>> from testcontainers.minio import MinioContainer
2223
2324
>>> with MinioContainer() as minio:

0 commit comments

Comments
 (0)