Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
docs(reference): fixes ref docs generation warning. (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterschutt authored Nov 1, 2022
1 parent 1275fbf commit 1f04058
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/starlite_saqlalchemy/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,7 @@ class Operation(str, Enum):


class Service(Generic[ModelT]):
"""Generic Service object.
Args:
repository: Instance conforming to `AbstractRepository` interface.
"""
"""Generic Service object."""

_INTERNAL_DTO_CACHE: dict[type[Service], type[BaseModel]] = {}

Expand Down

0 comments on commit 1f04058

Please sign in to comment.