| 45 | |
| 46 | |
| 47 | class RepoQueryParamsSerializer(DataclassSerializer): # type: ignore[type-arg] |
| 48 | class Meta: |
| 49 | dataclass = RepoQueryParams |
| 50 | |
| 51 | |
| 52 | class IssueQueryParamsSerializer(DataclassSerializer): # type: ignore[type-arg] |
no outgoing calls
no test coverage detected
searching dependent graphs…