Skip to content

Commit 50e53f1

Browse files
committed
Remove dead code
1 parent 38f8dba commit 50e53f1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

maplibre/ipywidget.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from __future__ import annotations
22

33
import logging
4-
from os.path import join
54
from pathlib import Path
65

76
logging.basicConfig()
@@ -12,8 +11,6 @@
1211
import traitlets
1312
from anywidget import AnyWidget
1413
except ImportError as e:
15-
# traitlets = None
16-
# AnyWidget = None
1714
logger.error(e)
1815
logger.error("Please install 'maplibre[anywidget]' if you want to use maplibre in 'marimo' or 'jupyter' notebooks.")
1916

0 commit comments

Comments
 (0)