Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev committed Sep 6, 2024
1 parent 2fa25b3 commit 6466cc6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/unit_tests/test_server_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import asyncio
import datetime
import json
import sys
import uuid
from asyncio import AbstractEventLoop
from contextlib import asynccontextmanager, contextmanager
Expand Down Expand Up @@ -571,9 +572,6 @@ def test_batch(sync_remote_runnable: RemoteRunnable) -> None:
)


import sys


async def test_ainvoke(async_remote_runnable: RemoteRunnable) -> None:
"""Test async invoke."""
assert await async_remote_runnable.ainvoke(1) == 2
Expand Down

0 comments on commit 6466cc6

Please sign in to comment.