Skip to content

Commit

Permalink
fixup! fixup! Issue #460 use typing.NamedTuple for Band container
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Aug 25, 2023
1 parent 07273c9 commit 34368e6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions openeo/metadata.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import logging
import warnings
from typing import List, Union, Tuple, Callable, Any, NamedTuple, Optional
from typing import Any, Callable, List, NamedTuple, Optional, Tuple, Union

from openeo.util import deep_get
from openeo.internal.jupyter import render_component

from openeo.util import deep_get

_log = logging.getLogger(__name__)

Expand Down

0 comments on commit 34368e6

Please sign in to comment.