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 02b7e05 commit 21d776cCopy full SHA for 21d776c
podman/errors/exceptions.py
@@ -1,6 +1,6 @@
1
"""Podman API Errors."""
2
3
-from typing import Iterable, List, Optional, Union, TYPE_CHECKING
+from typing import Iterable, List, Optional, Union, Dict, TYPE_CHECKING
4
5
from requests import Response
6
from requests.exceptions import HTTPError
0 commit comments