remove unused import

This commit is contained in:
Ted Unangst 2019-12-23 05:23:55 -05:00
parent d9893579b0
commit a621031071
1 changed files with 0 additions and 2 deletions

View File

@ -26,8 +26,6 @@ import (
"sort" "sort"
"strings" "strings"
"time" "time"
"humungus.tedunangst.com/r/webs/htfilter"
) )
func importMain(username, flavor, source string) { func importMain(username, flavor, source string) {