Closed vprashar2929 closed 1 month ago
This commit removes the debugging print statements from the extractor.py file
extractor.py
In addition to approval, the author must confirm the following check list:
[x] Run the following command to format your code:
make fmt
[ ] Create issues for unresolved comments and link them to this PR. Use one of the following labels:
must-fix
minor
nit
This commit removes the debugging print statements from the
extractor.py
fileChecklist for PR Author
In addition to approval, the author must confirm the following check list:
[x] Run the following command to format your code:
[ ] Create issues for unresolved comments and link them to this PR. Use one of the following labels:
must-fix
: The logic appears incorrect and must be addressed.minor
: Typos, minor issues, or potential refactoring for better readability.nit
: Trivial issues like extra spaces, commas, etc.