Skip to content

Commit c656660

Browse files
refactor: remove TODO comment
1 parent e87e782 commit c656660

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/testcontainers/core/container.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ def start(self) -> Self:
107107
)
108108
hash_ = hashlib.sha256(bytes(str(args), encoding="utf-8")).hexdigest()
109109

110-
# TODO: check also if ryuk is disabled
111110
if self._reuse and (not c.tc_properties_testcontainers_reuse_enable or not c.ryuk_disabled):
112111
logging.warning(
113112
"Reuse was requested (`with_reuse`) but the environment does not "

0 commit comments

Comments
 (0)