fix: actually define project repr_attr · python-gitlab/python-gitlab@4187a69

Original file line numberDiff line numberDiff line change

@@ -178,6 +178,8 @@ class Project(

178178

_repr_attr = "path_with_namespace"

179179

_upload_path = "/projects/{id}/uploads"

180180
181+

path_with_namespace: str

182+
181183

access_tokens: ProjectAccessTokenManager

182184

accessrequests: ProjectAccessRequestManager

183185

additionalstatistics: ProjectAdditionalStatisticsManager