CLN: Remove extra line

This commit is contained in:
Kelsey Jordahl
2015-07-11 12:11:39 -05:00
parent e8d39c6365
commit 91dc4dd363
-1
View File
@@ -130,7 +130,6 @@ class TestGeocode(unittest.TestCase):
tm.assert_series_equal(g['address'],
pd.Series(self.locations, name='address'))
def test_reverse(self):
with mock.patch('geopy.geocoders.googlev3.GoogleV3.reverse',
ReverseMock()) as m: