Closed axelstudios closed 2 months ago
Shebangs (#!) should only be on executable python files that are meant to be run directly, and we only have two such files (manage.py and celery.py)
#!
manage.py
celery.py
check_compressed.py
Tests should pass
Any background context you want to provide?
Shebangs (
#!
) should only be on executable python files that are meant to be run directly, and we only have two such files (manage.py
andcelery.py
)What's this PR do?
check_compressed.py
scriptHow should this be manually tested?
Tests should pass