We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80976e5 commit 6979ad1Copy full SHA for 6979ad1
testcontainers/core/container.py
@@ -1,4 +1,3 @@
1
-import os
2
import blindspin
3
import crayons
4
from docker.models.containers import Container
tests/test_new_docker_api.py
@@ -5,7 +5,6 @@
5
from testcontainers import mysql
6
7
from testcontainers.core.generic import GenericContainer
8
-from testcontainers.core.utils import inside_container
9
from importlib import reload
10
11
0 commit comments