Skip to content

Commit

Permalink
Linting + verison bump (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Munro authored Jul 8, 2021
1 parent 959dedc commit a219354
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
db_version = os.environ.get("DB_VERSION", default_settings.db_version)
debug = os.environ.get("API_DEBUG", default_settings.debug)

# Uncomment to use JSON store for development
# core_store = JSONStore("./test_files/materials_Li_Fe_V.json")
# task_store = JSONStore("./test_files/tasks_Li_Fe_V.json")

materials_store_json = os.environ.get("MATERIALS_STORE", "materials_store.json")
formula_autocomplete_store_json = os.environ.get(
"FORMULA_AUTOCOMPLETE_STORE", "formula_autocomplete_store.json"
Expand Down

0 comments on commit a219354

Please sign in to comment.