Skip to content

Commit aace063

Browse files
committed
List from typing was missing
Signed-off-by: Andre Wagner <[email protected]>
1 parent 3e4407e commit aace063

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

podman/domain/images_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import logging
77
import os
88
import urllib.parse
9-
from typing import Any, Literal, Optional, Union
9+
from typing import Any, Literal, Optional, Union, List
1010
from collections.abc import Iterator, Mapping, Generator
1111
from pathlib import Path
1212
import requests

0 commit comments

Comments
 (0)