fixing for sanity test metaclass (#64)

fixing for sanity test metaclass
This commit is contained in:
Alex Stephen 2019-11-13 15:57:15 -08:00 committed by GitHub
commit 536bc4441a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,8 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
try:
import requests
HAS_REQUESTS = True