We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 117893e commit d633940Copy full SHA for d633940
core/SCsub
@@ -2,11 +2,11 @@
2
from misc.utility.scons_hints import *
3
4
import os
5
+from typing import TYPE_CHECKING
6
7
import core_builders
8
9
import methods
-from typing import TYPE_CHECKING
10
11
if TYPE_CHECKING:
12
from godot_typing import GodotSConsEnvironment
platform_methods.py
@@ -1,10 +1,8 @@
1
-from misc.utility.scons_hints import Literal
-
import platform
import subprocess
import sys
-from typing import Dict, List
+from typing import Dict, List, Literal
0 commit comments