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>
pull/8489/head
Cas 2026-01-14 23:04:03 +08:00 committed by GitHub
parent 9fd61aef6e
commit 6e13e2f74e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

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 {