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 Nov 12, 2024
1 parent 37c742a commit 25857ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

import pytest
from anyio import Event, create_task_group
from pycrdt_websocket import ASGIServer, WebsocketServer
from hypercorn import Config
from hypercorn.asyncio import serve
from utils import Websocket, ensure_server_running
from pycrdt_websocket import ASGIServer, WebsocketServer
from utils import ensure_server_running

# 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 @@ -5,7 +5,7 @@
from pathlib import Path

import pytest
from anyio import Event, create_task_group, move_on_after, sleep
from anyio import Event, create_task_group, move_on_after
from httpx_ws import aconnect_ws
from pycrdt import Doc, Map
from pycrdt_websocket import WebsocketProvider
Expand Down

0 comments on commit 25857ee

Please sign in to comment.