Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 5, 2024
1 parent efc56e4 commit 32af07f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions colin/utils/cont.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
This is a temporary module to support unpriv way of interacting with container images.
"""

import logging

logger = logging.getLogger(__name__)
Expand Down
1 change: 1 addition & 0 deletions tests/integration/test_cont.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Testing of low level interaction with images.
"""

import pytest


Expand Down

0 comments on commit 32af07f

Please sign in to comment.