Skip to content

Commit 3268ecd

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

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

1818
import eumdac.product
1919
import numpy as np

0 commit comments

Comments
 (0)