Skip to content

Commit 21d776c

Browse files
committed
fix: import Dict from typing
1 parent 02b7e05 commit 21d776c

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)