Skip to content

Commit 8a1c370

Browse files
committed
fix: linting
1 parent c685988 commit 8a1c370

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

core/testcontainers/core/container.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
from platform import system
2-
from typing import Optional, Union
3-
4-
52
from socket import socket
6-
from typing import TYPE_CHECKING, Optional
3+
from typing import TYPE_CHECKING, Optional, Union
74

85
from docker.models.containers import Container
96

core/testcontainers/core/docker_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
from testcontainers.core.labels import SESSION_ID, create_labels
2727
from testcontainers.core.utils import default_gateway_ip, inside_container, setup_logger
2828

29-
3029
LOGGER = setup_logger(__name__)
3130
TC_FILE = ".testcontainers.properties"
3231
TC_GLOBAL = Path.home() / TC_FILE

0 commit comments

Comments
 (0)