import os.path -> os (#48709)

This commit is contained in:
Harmen Stoppels
2025-01-28 09:45:43 +01:00
committed by GitHub
parent bc28ec35d1
commit c054cb818d
97 changed files with 72 additions and 98 deletions

View File

@@ -25,7 +25,6 @@ exit 1
# The code above runs this file with our preferred python interpreter.
import os
import os.path
import sys
min_python3 = (3, 6)