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 Apr 18, 2024
1 parent 1753906 commit 7c10d15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/yjs/fps_yjs/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
from typing import Dict
from uuid import uuid4

from anyio import TASK_STATUS_IGNORED, Event, create_task_group, sleep
from anyio.abc import TaskGroup, TaskStatus
from anyio import TASK_STATUS_IGNORED, sleep
from anyio.abc import TaskStatus
from asphalt.core import TaskFactory, TaskHandle
from fastapi import (
HTTPException,
Expand Down

0 comments on commit 7c10d15

Please sign in to comment.