소스 검색

fix(notifications): remove unused import

ayn2op 9 달 전
부모
커밋
0770f25760
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      internal/notifications/notifications.go

+ 0 - 1
internal/notifications/notifications.go

@@ -1,7 +1,6 @@
 package notifications
 
 import (
-	"errors"
 	"fmt"
 	"io"
 	"log/slog"