We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9565166 commit 37aadf4Copy full SHA for 37aadf4
1 file changed
Tools/build/generate_sbom.py
@@ -9,8 +9,8 @@
9
import sys
10
import time
11
import typing
12
-import urllib.request
13
import urllib.error
+import urllib.request
14
from pathlib import Path, PurePosixPath, PureWindowsPath
15
16
CPYTHON_ROOT_DIR = Path(__file__).parent.parent.parent
0 commit comments