fix(session): remove typo'd duplicate path import (#8408) (#8412)

Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
This commit is contained in:
Cas
2026-01-14 23:04:03 +08:00
committed by GitHub
parent 9fd61aef6e
commit 6e13e2f74e

View File

@@ -1,5 +1,5 @@
import { Slug } from "@opencode-ai/util/slug"
import pat from "path"
import path from "path"
import { BusEvent } from "@/bus/bus-event"
import { Bus } from "@/bus"
import { Decimal } from "decimal.js"
@@ -21,7 +21,6 @@ import { Snapshot } from "@/snapshot"
import type { Provider } from "@/provider/provider"
import { PermissionNext } from "@/permission/next"
import path from "path"
import { Global } from "@/global"
export namespace Session {