Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hrodmn committed Dec 24, 2024
1 parent 4373fb4 commit b6eb9e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/stactools/overture_maps/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from dataclasses import dataclass
from datetime import datetime
from enum import Enum
from typing import Any, Collection, Dict, List, Optional, TypedDict, Union
from typing import Any, Dict, List, Optional, TypedDict, Union
from urllib.parse import urlparse

import httpx
Expand Down Expand Up @@ -195,7 +195,7 @@ def to_collection(self) -> Collection:
)

feature_types_md = "\n".join(
f"- {feature_type.value}"
f"- {feature_type.value[0]}"
for feature_type in FeatureType.get_types_for_theme(self.theme)
)

Expand Down
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
import pytest

0 comments on commit b6eb9e7

Please sign in to comment.