Skip to content

Commit 9426254

Browse files
committed
fix class style
1 parent 9db1080 commit 9426254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/testcontainers/core/network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from testcontainers.core.docker_client import DockerClient
1717

1818

19-
class Network(object):
19+
class Network:
2020
"""
2121
Network context manager for programmatically connecting containers.
2222
"""

0 commit comments

Comments
 (0)