berrysauce / ingredients

Consider removing the commented out code block PY-W0069
Anti-pattern
Major
4 months ago4 months old
Consider removing the commented out code block
 14
 15
 16deta = Deta()
 17#deta = Deta(project_key=os.environ.get("DETA_PROJECT_KEY"), project_id=os.environ.get("DETA_PROJECT_ID")) 18
 19db = deta.Base("ingredients-stats")
 20cache_db = deta.Base("ingredients-cache")