Skip to content

Commit

Permalink
Fix workflow, licence and import
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet committed Nov 25, 2024
1 parent 49ad2fe commit ceeef1c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
1 change: 1 addition & 0 deletions .licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ header:
Distributed under the terms of the Modified BSD License.
paths-ignore:
- '**/*.typed'
- '**/*.ipynb'
- '**/*.json'
- '**/*.md'
Expand Down
2 changes: 0 additions & 2 deletions python/jupyterlab-chat/jupyterlab_chat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
warnings.warn("Importing 'jupyterlab_chat' outside a proper installation.")
__version__ = "dev"

from .ychat import YChat


def _jupyter_labextension_paths():
return [{
Expand Down

0 comments on commit ceeef1c

Please sign in to comment.