Apply lint fix

Signed-off-by: Dan Luhring <dan.luhring@anchore.com>
This commit is contained in:
Dan Luhring 2020-12-22 17:46:33 -05:00
parent 183b8f79d0
commit c1fa701602
No known key found for this signature in database
GPG Key ID: 9CEE23D079426CEF

View File

@ -3,11 +3,12 @@ package python
import (
"bufio"
"fmt"
"github.com/anchore/syft/internal/file"
"io"
"path/filepath"
"strings"
"github.com/anchore/syft/internal/file"
"github.com/mitchellh/mapstructure"
"github.com/anchore/syft/syft/pkg"