We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28caeb8 commit e736569Copy full SHA for e736569
pkg/pypi/search.go
@@ -75,6 +75,5 @@ func SearchByAPI(name string, max int) ([]model.PyPIPackageResult, error) {
75
}
76
77
wg.Wait()
78
-
79
return result, nil
80
0 commit comments