Skip to content

Commit 19da087

Browse files
committed
fix: import Dict from typing
Signed-off-by: Kanishk Pachauri <[email protected]>
1 parent 5054211 commit 19da087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

podman/errors/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Podman API Errors."""
22

3-
from typing import Iterable, List, Optional, Union, TYPE_CHECKING
3+
from typing import Iterable, List, Optional, Union, Dict, TYPE_CHECKING
44

55
from requests import Response
66
from requests.exceptions import HTTPError

0 commit comments

Comments
 (0)