Skip to content

Commit b98e24c

Browse files
committed
add missing import
1 parent 53c6427 commit b98e24c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/test_module_import/testcontainers/test_module_import/new_sub_module.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ class NewSubModuleContainer(ServerContainer):
77
88
.. doctest::
99
10+
>>> import httpx
1011
>>> from testcontainers.core.image import DockerImage
1112
>>> from testcontainers.test_module_import import NewSubModuleContainer
1213

0 commit comments

Comments
 (0)