Skip to content

Commit

Permalink
delete not used variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Nour-Cheour10 authored Jun 11, 2024
1 parent 81fa0a7 commit f0dfeb6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ipyopenlayers/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ class BaseControl(DOMWidget):
_view_module = Unicode(module_name).tag(sync=True)
_view_module_version = Unicode(module_version).tag(sync=True)

control_name = Unicode().tag(sync=True)

class ZoomSlider(BaseControl):
_view_name = Unicode('ZoomSliderView').tag(sync=True)
_model_name = Unicode('ZoomSliderModel').tag(sync=True)
Expand Down

0 comments on commit f0dfeb6

Please sign in to comment.