Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 8, 2023
1 parent 9e9c1c4 commit 7e4cc1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
from pathlib import Path

import pytest
from websockets import serve # type: ignore
from pycrdt_websocket import WebsocketServer
from websockets import serve # type: ignore

# workaround until these PRs are merged:
# - https://github.com/yjs/y-websocket/pull/104
Expand Down
2 changes: 1 addition & 1 deletion tests/test_pycrdt_yjs.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
import pytest
from anyio import Event, create_task_group, move_on_after
from pycrdt import Doc, Map
from websockets import connect # type: ignore
from pycrdt_websocket import WebsocketProvider
from websockets import connect # type: ignore

from jupyter_ydoc import YNotebook
from jupyter_ydoc.utils import cast_all
Expand Down

0 comments on commit 7e4cc1d

Please sign in to comment.