Skip to content

Commit

Permalink
leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Nov 1, 2024
1 parent 835557c commit 79b550e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/client/models/test_model.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
import asyncio
from typing import TypeVar

from llama_deploy.client import Client
from llama_deploy.client.models import Collection, Model
from llama_deploy.client.models.model import make_sync

T = TypeVar("T")


class SomeAsyncModel(Model):
async def method(self) -> int:
Expand Down

0 comments on commit 79b550e

Please sign in to comment.