tsweb: don't double import expvar; appease staticcheck

This commit is contained in:
Brad Fitzpatrick 2020-03-06 13:08:32 -08:00
parent 890f5dff40
commit a9cd8f31de
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ package tsweb
import (
"bytes"
"expvar"
_ "expvar"
"fmt"
"io"
"io/ioutil"