Skip to content

Commit 64360f4

Browse files
committed
lint
1 parent bd913a8 commit 64360f4

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

stac_pydantic/item.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
from typing import Any, Dict, List, Optional
22

33
from geojson_pydantic import Feature
4-
from pydantic import (
5-
AnyUrl,
6-
ConfigDict,
7-
Field,
8-
model_serializer,
9-
model_validator,
10-
)
4+
from pydantic import AnyUrl, ConfigDict, Field, model_serializer, model_validator
115
from typing_extensions import Self
126

137
from stac_pydantic.links import Links

0 commit comments

Comments
 (0)