minor: Remove unused imports in test_giphy.py.

This commit is contained in:
Steve Howell 2017-12-06 19:20:04 -08:00 committed by showell
parent 77e9be0783
commit be9570c9c4

View file

@ -1,10 +1,5 @@
#!/usr/bin/env python
from __future__ import absolute_import
from __future__ import print_function
import json
from unittest.mock import patch
from requests.exceptions import HTTPError, ConnectionError