Skip to content

Commit

Permalink
remove unneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
jmtx1020 committed Feb 20, 2024
1 parent 0dc0792 commit 926b8e8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion api/notifications/notification.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package notifications
import (
"bytes"
"encoding/json"
"fmt"
"io"
"net/http"
"time"
Expand Down
1 change: 0 additions & 1 deletion api/notifications/notification_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package notifications

import (
"fmt"
"github.com/jmtx1020/go_quicknode/api/destinations"
"github.com/jmtx1020/go_quicknode/client"
"os"
Expand Down

0 comments on commit 926b8e8

Please sign in to comment.