Coverage for polar/integrations/github_repository_benefit/types.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.10.6, created at 2025-12-05 16:17 +0000

1from githubkit.versions.latest.models import ( 1a

2 Installation, 

3 InstallationRepositoriesGetResponse200, 

4 OrganizationFullPropPlan, 

5 PrivateUserPropPlan, 

6 PublicUserPropPlan, 

7 Repository, 

8 SimpleUser, 

9 UserInstallationsGetResponse200, 

10 UserInstallationsInstallationIdRepositoriesGetResponse200, 

11) 

12 

13__all__ = [ 1a

14 "Installation", 

15 "InstallationRepositoriesGetResponse200", 

16 "OrganizationFullPropPlan", 

17 "PrivateUserPropPlan", 

18 "PublicUserPropPlan", 

19 "Repository", 

20 "SimpleUser", 

21 "UserInstallationsGetResponse200", 

22 "UserInstallationsInstallationIdRepositoriesGetResponse200", 

23]