Skip to content

Commit

Permalink
Remove unneded classes
Browse files Browse the repository at this point in the history
  • Loading branch information
elenatorro committed Jun 18, 2019
1 parent b7c001e commit 67041ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/developer-center/guides/01-Quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Map(
Now, let's add the Popup settings in the **fourth** parameter.

```py
from cartoframes.viz import Map, Layer, Legend, Popup
from cartoframes.viz import Map, Layer

Map(
Layer(
Expand Down
4 changes: 3 additions & 1 deletion docs/developer-center/guides/06-Popups.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

```py
from cartoframes.auth import set_default_context
from cartoframes.viz import Map, Layer, Source, Style, Popup
from cartoframes.viz import Map, Layer

set_default_context('https://cartovl.carto.com/')
```
Expand Down Expand Up @@ -46,6 +46,8 @@ Map(
### Adding titles

```py
from cartoframes.viz import Popup

Map(
Layer(
'sf_neighborhoods',
Expand Down

0 comments on commit 67041ab

Please sign in to comment.