Skip to content

Commit

Permalink
fix: import Dict from typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Sunglasses committed Nov 23, 2024
1 parent 02b7e05 commit 21d776c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion podman/errors/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Podman API Errors."""

from typing import Iterable, List, Optional, Union, TYPE_CHECKING
from typing import Iterable, List, Optional, Union, Dict, TYPE_CHECKING

from requests import Response
from requests.exceptions import HTTPError
Expand Down

0 comments on commit 21d776c

Please sign in to comment.