Skip to content

Commit

Permalink
Merge pull request #127 from bazelbuild/topic/mzeren/import_from_tools
Browse files Browse the repository at this point in the history
import sbom from tools, because that's the module
  • Loading branch information
aiuto authored Oct 28, 2023
2 parents 4135ed6 + 505741e commit 77bf7ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/write_sbom.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import argparse
import codecs
import json
import sbom
from tools import sbom

TOOL = 'https//github.com/bazelbuild/rules_license/tools:write_sbom'

Expand Down
2 changes: 1 addition & 1 deletion tools/write_workspace_sbom.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import argparse
import codecs
import json
import sbom
from tools import sbom
import subprocess
import os

Expand Down

0 comments on commit 77bf7ab

Please sign in to comment.