Skip to content

Commit 7292332

Browse files
authored
Fixed import
1 parent fc5916d commit 7292332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testcontainers/compose.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import requests
99
import subprocess
10-
10+
from functools import cached_property
1111
from testcontainers.core.waiting_utils import wait_container_is_ready
1212
from testcontainers.core.exceptions import NoSuchPortExposed
1313

0 commit comments

Comments
 (0)