Skip to content

Commit 55dc94f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 419eb02 commit 55dc94f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

colin/utils/cont.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
This is a temporary module to support unpriv way of interacting with container images.
33
44
"""
5+
56
import logging
67

78
logger = logging.getLogger(__name__)

tests/integration/test_cont.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Testing of low level interaction with images.
33
"""
4+
45
import pytest
56

67

0 commit comments

Comments
 (0)