Skip to content

Commit

Permalink
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 e80b536 commit 6f656b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openeo/metadata.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import logging
import warnings
from collections import namedtuple
from typing import List, Union, Tuple, Callable, Any, NamedTuple, Optional

from openeo.util import deep_get
Expand Down

0 comments on commit 6f656b3

Please sign in to comment.