Skip to content

Commit

Permalink
Fix unsorted imports
Browse files Browse the repository at this point in the history
This is a logical merge conflict that has been caused by several PRs
landing in parallel.

Signed-off-by: Povilas Kanapickas <[email protected]>
  • Loading branch information
p12tic committed Mar 8, 2024
1 parent a8db898 commit bb2338e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pytests/test_container_to_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import unittest
from unittest import mock

from podman_compose import container_to_args


Expand Down

0 comments on commit bb2338e

Please sign in to comment.