Skip to content

Commit 9f15120

Browse files
author
1bcMax
committed
fix: remove unused Field import (ruff F401)
1 parent 372da60 commit 9f15120

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

blockrun_llm/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Type definitions for BlockRun LLM SDK."""
22

33
from typing import List, Optional, Literal, Dict, Any, Union
4-
from pydantic import BaseModel, Field
4+
from pydantic import BaseModel
55

66

77
class ChatMessage(BaseModel):

0 commit comments

Comments
 (0)