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 5fbd979 commit 8e3ff10Copy full SHA for 8e3ff10
packages/service-library/src/servicelib/container_utils.py
@@ -30,7 +30,6 @@ class ContainerExecCommandFailedError(BaseContainerUtilsError):
30
31
32
_HTTP_404_NOT_FOUND: Final[int] = 404
33
-
34
_logger = logging.getLogger(__name__)
35
36
0 commit comments