Skip to content

Commit 1f95b97

Browse files
committed
fix: optional typing
1 parent b4278e5 commit 1f95b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

titiler/pystac/advanced_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def get_aggregation(
6060

6161
return aggregation_data
6262

63-
def get_supported_aggregations(self) -> list[str]:
63+
def get_supported_aggregations(self) -> List[str]:
6464
"""Get the supported aggregation types.
6565
6666
Returns:

0 commit comments

Comments
 (0)