instiapp-api icon indicating copy to clipboard operation
instiapp-api copied to clipboard

chore: fix lint

Open pulsejet opened this issue 11 months ago • 1 comments

Some comments for whoever (if anyone) is maintaining this

  • VS Code has a flake8 extension that shows lint errors inline
  • Commented-out code should never be checked in
  • Docstrings go after the function declaration
  • Docstrings are NOT multiline comments (please)
  • Not sure why adj_list.py is ... .py
  • eval is (extremely) evil

pulsejet avatar Mar 17 '24 22:03 pulsejet