Skip to content

Commit

Permalink
Remove duplication of fork count
Browse files Browse the repository at this point in the history
Attempt at fixing #50
  • Loading branch information
SultanOrazbayev authored and lwasser committed Aug 24, 2023
1 parent cc74467 commit bf0a189
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pyosmeta/parse_issues.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ class GhMeta(BaseModel, UrlValidatorMixin):
created_at: str
stargazers_count: int
watchers_count: int
forks: int
open_issues_count: int
forks_count: int
documentation: Optional[str] # Jointly is missing documentation
Expand Down Expand Up @@ -208,7 +207,6 @@ def __init__(self, org, repo_name, label_name):
"created_at",
"stargazers_count",
"watchers_count",
"forks",
"open_issues_count",
"forks_count",
]
Expand Down

0 comments on commit bf0a189

Please sign in to comment.