mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
Apply lint fix
Signed-off-by: Dan Luhring <dan.luhring@anchore.com>
This commit is contained in:
parent
183b8f79d0
commit
c1fa701602
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user