Skip to content

Commit 4386b7a

Browse files
authored
Add 'Any' type to imports in consume.py
1 parent 6de8f50 commit 4386b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/satellite_consumer/consume.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from concurrent.futures import ProcessPoolExecutor, ThreadPoolExecutor
1414
from functools import partial
1515
from itertools import islice
16-
from typing import TYPE_CHECKING, Literal, TypeVar
16+
from typing import TYPE_CHECKING, Literal, TypeVar, Any
1717

1818
import eumdac.product
1919
import numpy as np

0 commit comments

Comments
 (0)