when searching for api.github.com in the codebase, i found a lot of instances of this url in the augur_data.py database models file.
these seem to appear in comments as essentially sample data.
This seems very unnecessary, especially since these comments note we dont store all of that data.
Its making some lines get very close to 10k characters long.
Note
Migrated from augurlabs/augur#3684
Originally opened by
@MoralCodeon 2026-02-12when searching for
api.github.comin the codebase, i found a lot of instances of this url in the augur_data.py database models file.these seem to appear in comments as essentially sample data.
This seems very unnecessary, especially since these comments note we dont store all of that data.
Its making some lines get very close to 10k characters long.