Skip to content

Commit

Permalink
take off unused importes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nour-Cheour10 committed Aug 27, 2024
1 parent b7ee57f commit 0adac53
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ipyopenlayers/openlayers.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,8 @@
# Distributed under the terms of the Modified BSD License.

from ipywidgets import DOMWidget, Widget, widget_serialization, CallbackDispatcher

from traitlets import Unicode, List, Instance, CFloat, Bool, Dict, Int, Float
from ._frontend import module_name, module_version
import requests
import unicodedata
import configparser

def_loc = [0.0, 0.0]

Expand Down

0 comments on commit 0adac53

Please sign in to comment.