Fix import of service_account
This commit is contained in:
parent
77b36fef73
commit
949438203c
|
@ -2,6 +2,7 @@ import json
|
||||||
|
|
||||||
import streamlit as st
|
import streamlit as st
|
||||||
from google.cloud import firestore
|
from google.cloud import firestore
|
||||||
|
from google.oauth2 import service_account
|
||||||
|
|
||||||
from gjo_requests import request_forecasts, request_resolutions
|
from gjo_requests import request_forecasts, request_resolutions
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user