Skip to content

Commit f09e8eb

Browse files
authored
Reorder import statements in consume.py
1 parent bfe465b commit f09e8eb

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, Any
16+
from typing import Any, TYPE_CHECKING, Literal, TypeVar
1717

1818
import eumdac.product
1919
import numpy as np

0 commit comments

Comments
 (0)