Skip to content

Commit 37aadf4

Browse files
committed
Sort imports
1 parent 9565166 commit 37aadf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/build/generate_sbom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
import sys
1010
import time
1111
import typing
12-
import urllib.request
1312
import urllib.error
13+
import urllib.request
1414
from pathlib import Path, PurePosixPath, PureWindowsPath
1515

1616
CPYTHON_ROOT_DIR = Path(__file__).parent.parent.parent

0 commit comments

Comments
 (0)