Skip to content

Commit 65a4022

Browse files
committed
linting
1 parent 2722b60 commit 65a4022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/strands/event_loop/streaming.py

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

33
import json
44
import logging
5-
from typing import Any, AsyncGenerator, AsyncIterable, Optional, cast
5+
from typing import Any, AsyncGenerator, AsyncIterable, Optional
66

77
from ..models.model import Model
88
from ..types._events import (

0 commit comments

Comments
 (0)