Skip to content

Commit 7ec146b

Browse files
authored
Merge pull request #40395 from jorng/api_checker-py3
api_checker: Drop support for Python 2
2 parents a802492 + f06c6f0 commit 7ec146b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/api_checker/sdk-module-lists/infer-imports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python -u
1+
#!/usr/bin/env python3 -u
22

33
import os
44
import sys

0 commit comments

Comments
 (0)