Skip to content

Commit 32913ef

Browse files
author
1bcMax
committed
Fix black formatting and ruff linting
1 parent 2d82bfb commit 32913ef

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

blockrun_llm/client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1269,5 +1269,3 @@ async def async_testnet_client(private_key: Optional[str] = None, **kwargs) -> A
12691269
api_url=AsyncLLMClient.TESTNET_API_URL,
12701270
**kwargs,
12711271
)
1272-
1273-

blockrun_llm/router.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import re
1818
import math
19-
from typing import Dict, List, Optional, Literal, TypedDict, Any
19+
from typing import Dict, List, Optional, Literal, TypedDict
2020

2121

2222
# Type definitions

0 commit comments

Comments
 (0)