File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff 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
147141if __name__ == '__main__' :
You can’t perform that action at this time.
0 commit comments