Update oauth.py

This commit is contained in:
Jay Lee
2022-08-04 09:33:13 -04:00
committed by GitHub
parent 16e85d6d5c
commit aa7ea59b5e

View File

@ -24,10 +24,10 @@ from gam import controlflow
from gam import display
from gam import fileutils
from gam import transport
from gam.var import GC_CA_FILE,
from gam.var import (GC_CA_FILE,
GC_Values,
GM_Globals,
GM_WINDOWS
GM_WINDOWS)
from gam import utils