diff --git a/contributor_stats.py b/contributor_stats.py index 3b5b8c7..b1e388c 100644 --- a/contributor_stats.py +++ b/contributor_stats.py @@ -45,7 +45,6 @@ def __init__( sponsor_info: str, ): """Initialize the contributor_stats object""" - new_contributor = False self.username = username self.new_contributor = new_contributor self.avatar_url = avatar_url