Remove unneeded imports in test_googlesearch.py.

This commit is contained in:
Steve Howell 2017-12-07 17:28:38 -08:00 committed by showell
parent 9d5fbc2b5b
commit c01fbe02e1

View file

@ -1,12 +1,5 @@
#!/usr/bin/env python
from __future__ import absolute_import
from __future__ import print_function
import random
from six.moves.urllib import error
from zulip_bots.test_lib import BotTestCase
from typing import Any