You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could use clearing out unused imports from scripts and dependencies from the environment. Also the code could be linted by something like black to keep the formatting consistent. This could be a pre-commit hook if we're feeling fancy.
This could also clean out some of the excess print statements and improve the logging
The text was updated successfully, but these errors were encountered:
We could use clearing out unused imports from scripts and dependencies from the environment. Also the code could be linted by something like
black
to keep the formatting consistent. This could be a pre-commit hook if we're feeling fancy.This could also clean out some of the excess print statements and improve the logging
The text was updated successfully, but these errors were encountered: