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 (
"container/heap"
"context"
"fmt"
"sync"
"sync/atomic"
"time"