Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jun 6, 2024
1 parent 2eadeba commit a767da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/tabby-agent/src/stream.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Readable } from "readable-stream";
import { readableFromWeb } from 'readable-from-web';
import { readableFromWeb } from "readable-from-web";
import { EventSourceParserStream, ParsedEvent } from "eventsource-parser/stream";
import type { components as TabbyApiComponents } from "tabby-openapi/compatible";
import { getLogger } from "./logger";
Expand Down

0 comments on commit a767da1

Please sign in to comment.