Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 02a3b9f

Browse files
committed
remove print statements
1 parent fab5f1a commit 02a3b9f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

plotly/figure_factory/_county_choropleth.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -556,13 +556,6 @@ def create_choropleth(fips, values, scope=['usa'], binning_endpoints=None,
556556
```
557557
"""
558558
# ensure optional modules imported
559-
if not gp:
560-
print 'np gp'
561-
if not shapefile:
562-
print 'no shapefile'
563-
if not shapely:
564-
print 'no shaply'
565-
566559
if not gp or not shapefile or not shapely:
567560
raise ImportError("geopandas, shapefile and shapely must be "
568561
"installed for this figure factory")

0 commit comments

Comments
 (0)