mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-12 12:20:25 +08:00
TST CLN: Remove unused imports
This commit is contained in:
@@ -2,7 +2,7 @@ from __future__ import absolute_import
|
||||
|
||||
import fiona
|
||||
|
||||
from geopandas import GeoDataFrame, read_postgis, read_file
|
||||
from geopandas import read_postgis, read_file
|
||||
from geopandas.tests.util import download_nybb, connect, create_db, \
|
||||
PANDAS_NEW_SQL_API, unittest, validate_boro_df
|
||||
|
||||
|
||||
@@ -5,7 +5,6 @@ import shutil
|
||||
import tempfile
|
||||
import numpy as np
|
||||
from numpy.testing import assert_array_equal
|
||||
from pandas import Series
|
||||
from shapely.geometry import (Polygon, Point, LineString,
|
||||
MultiPoint, MultiLineString, MultiPolygon)
|
||||
from shapely.geometry.base import BaseGeometry
|
||||
|
||||
@@ -1,11 +1,4 @@
|
||||
import shutil
|
||||
import tempfile
|
||||
import numpy as np
|
||||
from numpy.testing import assert_array_equal
|
||||
from pandas import Series, read_csv
|
||||
from shapely.geometry import (Polygon, Point, LineString,
|
||||
MultiPoint, MultiLineString, MultiPolygon)
|
||||
from shapely.geometry.base import BaseGeometry
|
||||
from shapely.geometry import Polygon, Point
|
||||
from geopandas import GeoSeries, GeoDataFrame, base, read_file
|
||||
from geopandas.tests.util import unittest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user