Skip to content

Commit

Permalink
fix pydocstyle issues
Browse files Browse the repository at this point in the history
  • Loading branch information
TiagoOpenCosmos committed Feb 5, 2025
1 parent ab9ab0b commit c0c993f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions datacosmos/stac/models/item_update.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Model representing a partial update for a STAC item."""

from typing import Any, Optional

from pydantic import BaseModel, Field
Expand Down
3 changes: 1 addition & 2 deletions datacosmos/stac/stac_client.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""
STAC Client module for interacting with a STAC (SpatioTemporal Asset Catalog) API.
"""STAC Client module for interacting with a STAC (SpatioTemporal Asset Catalog) API.
Provides methods for querying, fetching, creating, updating, and deleting STAC items.
"""
Expand Down

0 comments on commit c0c993f

Please sign in to comment.