mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-25 13:40:11 +08:00
CLN: Remove extra line
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user