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
the init file currently contains a lot of logic making it hard for new users to figure out how it works.
One way of cleaning this file is moving job database logic to a separate file `job_database.py' (and including the stac api one)
In order to prevent existing links from breaking we can import the databases and add them to the all variable as described here: https://docs.astral.sh/ruff/rules/unused-import/
(I realize we don't use ruff as a linting tool but still believe we should add it to all)
The text was updated successfully, but these errors were encountered:
the init file currently contains a lot of logic making it hard for new users to figure out how it works.
One way of cleaning this file is moving job database logic to a separate file `job_database.py' (and including the stac api one)
In order to prevent existing links from breaking we can import the databases and add them to the all variable as described here:
https://docs.astral.sh/ruff/rules/unused-import/
(I realize we don't use ruff as a linting tool but still believe we should add it to all)
The text was updated successfully, but these errors were encountered: