Skip to content

Commit

Permalink
ignore some lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fumito-ito committed Mar 28, 2024
1 parent c3b66fa commit 9ce12ea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import Foundation

public enum AnthropicStreamingParser {
// swiftlint:disable:next cyclomatic_complexity
public static func parse<T: AsyncSequence>(stream: T) async throws -> AsyncThrowingStream<StreamingResponse, Error> where T.Element == String {
return AsyncThrowingStream.init { continuation in
let task = Task {
Expand Down

0 comments on commit 9ce12ea

Please sign in to comment.