1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Remove unused imports in .py, SCsub and SConstruct files

This commit is contained in:
Anutrix
2021-10-17 16:35:36 +05:30
parent 5bf01654d7
commit a4b736658e
4 changed files with 0 additions and 6 deletions

View File

@@ -2,7 +2,6 @@ import os
import platform
if os.name == "nt":
import sys
import winreg