Skip to content

Commit

Permalink
Update src/frequenz/client/common/pagination/pagination.py
Browse files Browse the repository at this point in the history
Co-authored-by: Leandro Lucarella <luca@llucax.com>
Signed-off-by: flora-hofmann-frequenz <88315331+flora-hofmann-frequenz@users.noreply.github.com>
  • Loading branch information
flora-hofmann-frequenz and llucax authored Feb 13, 2024
1 parent 25dcf5f commit 06477f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frequenz/client/common/pagination/pagination.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def to_proto(self) -> PBPaginationParams:
)


@dataclass(frozen=True)
@dataclass(frozen=True, kw_only)
class PaginationInfo:
"""
Information about the pagination of a list request.
Expand Down

0 comments on commit 06477f1

Please sign in to comment.