Skip to content

Commit

Permalink
Run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hbcarlos committed May 16, 2023
1 parent 26c8870 commit 793bb7d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions packages/collaboration-extension/schema/shared-link.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"title": "Shared link",
"description": "Shared link settings",
"jupyter.lab.toolbars": {
"TopBar": [
{
"name": "@jupyter/collaboration:shared-link",
"command": "collaboration:shared-link",
"rank": 99
}
]
},
"properties": {},
"additionalProperties": false,
"type": "object"
}
"title": "Shared link",
"description": "Shared link settings",
"jupyter.lab.toolbars": {
"TopBar": [
{
"name": "@jupyter/collaboration:shared-link",
"command": "collaboration:shared-link",
"rank": 99
}
]
},
"properties": {},
"additionalProperties": false,
"type": "object"
}
1 change: 0 additions & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

1 change: 1 addition & 0 deletions tests/test_ydoc.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.


def test_ydoc():
pass

0 comments on commit 793bb7d

Please sign in to comment.