Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove un-needed comment
  • Loading branch information
sapk committed Aug 14, 2019
commit a2c5551ce3885677d7dc1a6012f29fe1f39b0b57
1 change: 0 additions & 1 deletion modules/migrations/git.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ func (g *PlainGitDownloader) GetRepoInfo() (*base.Repository, error) {

// GetTopics returns empty list for plain git repo
func (g *PlainGitDownloader) GetTopics() ([]string, error) {
// convert github repo to stand Repo
return []string{}, nil
}

Expand Down