minor: Remove unused imports in test_giphy.py.
This commit is contained in:
parent
77e9be0783
commit
be9570c9c4
1 changed files with 0 additions and 5 deletions
|
@ -1,10 +1,5 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
from __future__ import print_function
|
|
||||||
|
|
||||||
import json
|
|
||||||
|
|
||||||
from unittest.mock import patch
|
from unittest.mock import patch
|
||||||
from requests.exceptions import HTTPError, ConnectionError
|
from requests.exceptions import HTTPError, ConnectionError
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue