Remove unused imports

This commit is contained in:
Nonoo 2023-08-16 11:42:17 +02:00
parent 54b30f80fb
commit b767e4b41d

View File

@ -3,8 +3,6 @@ package main
import ( import (
"context" "context"
"fmt" "fmt"
"os/exec"
"strings"
"time" "time"
"github.com/google/go-github/v53/github" "github.com/google/go-github/v53/github"