Skip to content

Commit f98156f

Browse files
committed
Remove context from main.go
1 parent 462ed10 commit f98156f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmd/client/main.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package main
22

33
import (
4-
"context"
54
"fmt"
65
"github.com/codingpot/paperswithcode-go"
76
"os"
@@ -15,7 +14,6 @@ func main() {
1514
}
1615

1716
c := paperswithcode_go.NewClient(paperswithcode_go.WithAPIToken(token))
18-
ctx := context.Background()
1917
paper := "generative adversarial networks"
2018
paper = strings.ReplaceAll(paper, " ", "-")
2119

0 commit comments

Comments
 (0)