From ceeef1cd2b9acc6c627b129b27b7088a48472ba5 Mon Sep 17 00:00:00 2001 From: Nicolas Brichet Date: Mon, 25 Nov 2024 12:17:44 +0100 Subject: [PATCH] Fix workflow, licence and import --- .github/workflows/build.yml | 2 +- .licenserc.yaml | 1 + python/jupyterlab-chat/jupyterlab_chat/__init__.py | 2 -- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1ab3e45..656cf27 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -162,7 +162,7 @@ jobs: uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1 - name: Install extension dependencies and build the extension - run: ./scripts/dev-install.sh + run: ./scripts/dev_install.sh - name: Run mypy run: | diff --git a/.licenserc.yaml b/.licenserc.yaml index a4b17ba..0808480 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -8,6 +8,7 @@ header: Distributed under the terms of the Modified BSD License. paths-ignore: + - '**/*.typed' - '**/*.ipynb' - '**/*.json' - '**/*.md' diff --git a/python/jupyterlab-chat/jupyterlab_chat/__init__.py b/python/jupyterlab-chat/jupyterlab_chat/__init__.py index 08daf35..e4855ea 100644 --- a/python/jupyterlab-chat/jupyterlab_chat/__init__.py +++ b/python/jupyterlab-chat/jupyterlab_chat/__init__.py @@ -11,8 +11,6 @@ warnings.warn("Importing 'jupyterlab_chat' outside a proper installation.") __version__ = "dev" -from .ychat import YChat - def _jupyter_labextension_paths(): return [{