Skip to content

Commit

Permalink
Fix import sorting in test_containersmanager.py
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan G. Underwood <[email protected]>
  • Loading branch information
jonathanunderwood committed Jan 14, 2023
1 parent 8a3fa10 commit 6134b4c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions podman/tests/unit/test_containersmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@
except:
# Python < 3.10
from collections import Iterator
from unittest.mock import patch, DEFAULT

from unittest.mock import DEFAULT, patch

import requests_mock

from podman import PodmanClient, tests
from podman.domain.containers import Container
from podman.domain.containers_manager import ContainersManager
from podman.errors import NotFound, ImageNotFound
from podman.errors import ImageNotFound, NotFound

FIRST_CONTAINER = {
"Id": "87e1325c82424e49a00abdd4de08009eb76c7de8d228426a9b8af9318ced5ecd",
Expand Down

0 comments on commit 6134b4c

Please sign in to comment.