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 5054211 commit 19da087Copy full SHA for 19da087
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