Skip to content

Commit 9ff2db4

Browse files
committed
fix import
1 parent 98d4e08 commit 9ff2db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/jupytergis_qgis/jupytergis_qgis/qgis_ydoc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from pycrdt import Array, Map
88
from jupyter_ydoc.ybasedoc import YBaseDoc
9-
from jupytergis_core import SCHEMA_VERSION
9+
from jupytergis_core.jupytergis_core.schema import SCHEMA_VERSION
1010

1111

1212
def reversed_tree(root):

0 commit comments

Comments
 (0)