Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Apr 24, 2024
1 parent bd913a8 commit 64360f4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions stac_pydantic/item.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
from typing import Any, Dict, List, Optional

from geojson_pydantic import Feature
from pydantic import (
AnyUrl,
ConfigDict,
Field,
model_serializer,
model_validator,
)
from pydantic import AnyUrl, ConfigDict, Field, model_serializer, model_validator
from typing_extensions import Self

from stac_pydantic.links import Links
Expand Down

0 comments on commit 64360f4

Please sign in to comment.