common: fix extra package linter error

This commit is contained in:
Guillaume Ballet 2019-03-18 10:34:12 +01:00
parent 00b02834be
commit 9395c64716

View file

@ -23,7 +23,6 @@ import (
"errors" "errors"
"fmt" "fmt"
"os/exec" "os/exec"
"regexp"
"strconv" "strconv"
"strings" "strings"
) )