Commit 20f8acb
committed
refactor: remove redundant clear() call in terminate()
After popping all items from _sse_stream_writers dict, the clear() call
is redundant since the dict is already empty. This is a minor cleanup
with no functional change.1 parent 43e5a9d commit 20f8acb
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
791 | 791 | | |
792 | 792 | | |
793 | 793 | | |
794 | | - | |
795 | | - | |
796 | | - | |
797 | 794 | | |
798 | 795 | | |
799 | 796 | | |
| |||
0 commit comments