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 9a96809 commit 32ab835Copy full SHA for 32ab835
colin/utils/cont.py
@@ -2,6 +2,7 @@
2
This is a temporary module to support unpriv way of interacting with container images.
3
4
"""
5
+
6
import logging
7
8
logger = logging.getLogger(__name__)
tests/integration/test_cont.py
@@ -1,6 +1,7 @@
1
Testing of low level interaction with images.
import pytest
0 commit comments