Skip to content

Commit 6e13e2f

Browse files
CasualDeveloperopencodeadamdotdevin
authored
fix(session): remove typo'd duplicate path import (anomalyco#8408) (anomalyco#8412)
Co-authored-by: opencode <opencode@sst.dev> Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
1 parent 9fd61ae commit 6e13e2f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/opencode/src/session/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Slug } from "@opencode-ai/util/slug"
2-
import pat from "path"
2+
import path from "path"
33
import { BusEvent } from "@/bus/bus-event"
44
import { Bus } from "@/bus"
55
import { Decimal } from "decimal.js"
@@ -21,7 +21,6 @@ import { Snapshot } from "@/snapshot"
2121

2222
import type { Provider } from "@/provider/provider"
2323
import { PermissionNext } from "@/permission/next"
24-
import path from "path"
2524
import { Global } from "@/global"
2625

2726
export namespace Session {

0 commit comments

Comments
 (0)