Skip to content

Commit 1c7ac37

Browse files
Clean up and fix
1 parent 334c462 commit 1c7ac37

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

generate.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,6 @@ def get_project_data(
110110
translators_data = TranslatorsData(0, False)
111111
visitors_num = 0
112112
branch = None
113-
114-
previous_completion = get_previous_completion(language.code)
115-
change = completion - previous_completion
116-
117113
return LanguageProjectData(
118114
language,
119115
repo,
@@ -125,7 +121,6 @@ def get_project_data(
125121
in_switcher=languages_built.get(language.code),
126122
uses_platform=language.code in contribute.pulling_from_transifex,
127123
contribution_link=contribute.get_contrib_link(language.code, repo),
128-
change=change,
129124
)
130125

131126

@@ -141,7 +136,6 @@ class LanguageProjectData:
141136
in_switcher: bool | None
142137
uses_platform: bool
143138
contribution_link: str | None
144-
change: float
145139

146140

147141
if __name__ == '__main__':

0 commit comments

Comments
 (0)