sanity test issues

This commit is contained in:
Alex Stephen 2019-11-13 13:38:15 -08:00
parent f526d210f6
commit 9a838fab7f
4 changed files with 10 additions and 8 deletions

View file

@ -1,6 +1,8 @@
# Copyright (c), Google Inc, 2017
# Simplified BSD License (see licenses/simplified_bsd.txt or https://opensource.org/licenses/BSD-2-Clause)
from __future__ import (absolute_import, division, print_function)
try:
import requests
HAS_REQUESTS = True