format code

This commit is contained in:
Lianmin Zheng
2024-01-30 16:36:10 +00:00
parent 4a634cf646
commit 74b3bfaaf8
5 changed files with 16 additions and 10 deletions
@@ -1,8 +1,8 @@
import time
from typing import Dict, List, Optional, Union
from typing_extensions import Literal
from pydantic import BaseModel, Field
from typing_extensions import Literal
class LogProbs(BaseModel):