Skip to content

Commit 72b7067

Browse files
Fix flake8 linting issue.
1 parent 6395e6f commit 72b7067

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ipyleaflet/geoportal.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44

55

6-
from traitlets import Unicode, Dict
6+
from traitlets import Unicode
77
from .leaflet import TileLayer, Control
88

99

@@ -38,6 +38,7 @@ class GeoportalLayerSwitcher(Control):
3838
_view_name = Unicode('LeafletGeoportalLayerSwitcherView').tag(sync=True)
3939
_model_name = Unicode('LeafletGeoportalLayerSwitcherModel').tag(sync=True)
4040

41+
4142
class GeoportalSearchEngine(Control):
4243
"""GeoportalSearchEngine class, with Control as parent class
4344
@@ -47,4 +48,3 @@ class GeoportalSearchEngine(Control):
4748

4849
_view_name = Unicode('LeafletGeoportalSearchEngineView').tag(sync=True)
4950
_model_name = Unicode('LeafletGeoportalSearchEngineModel').tag(sync=True)
50-

0 commit comments

Comments
 (0)