We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e418e8 + 2222e70 commit 8c00448Copy full SHA for 8c00448
src/programs/addon_skeleton.py
@@ -1,6 +1,7 @@
1
-from typing import Any, Callable
+from typing import Any, Callable, TYPE_CHECKING
2
3
-from PyQt5.QtWidgets import QVBoxLayout
+if TYPE_CHECKING:
4
+ from PyQt5.QtWidgets import QVBoxLayout
5
6
# Auto created by CocktailBerry CLI version VERSION_HOLDER
7
# Imports are automatically generated for all the examples from the docs
0 commit comments