refactor: 移除未使用的fmt导入

This commit is contained in:
xinian
2026-01-29 12:10:47 +08:00
parent d2f268a935
commit 83a0c12409

View File

@@ -6,7 +6,6 @@ package timer
import ( import (
"container/heap" "container/heap"
"context" "context"
"fmt"
"sync" "sync"
"sync/atomic" "sync/atomic"
"time" "time"