| 40 | |
| 41 | |
| 42 | class PaginatedQueryParamsSerializer(DataclassSerializer): # type: ignore[type-arg] |
| 43 | class Meta: |
| 44 | dataclass = PaginatedQueryParams |
| 45 | |
| 46 | |
| 47 | class RepoQueryParamsSerializer(DataclassSerializer): # type: ignore[type-arg] |
no outgoing calls
no test coverage detected
searching dependent graphs…