We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2130ef3 commit 0b239d4Copy full SHA for 0b239d4
tests/test_mock_results.py
@@ -149,14 +149,4 @@ def simulate_user_contributions(
149
150
# Generate mock results for first two of the imported projects
151
for import_key, project_id, project_type in imported_projects:
152
- simulate_user_contributions(project_id, project_type, modus)
153
-
154
- '''
155
- project_id = imported_projects[0][1]
156
- project_type = imported_projects[0][2]
157
158
159
- project_id = imported_projects[1][1]
160
- project_type = imported_projects[1][2]
161
162
+ simulate_user_contributions(project_id, project_type, modus)
0 commit comments