We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da9ef7 commit db671a3Copy full SHA for db671a3
2 files changed
src/ncca/ngl/widgets/mat4widget.py
@@ -1,7 +1,7 @@
1
from PySide6.QtCore import Property, QSignalBlocker, Signal
2
from PySide6.QtWidgets import QDoubleSpinBox, QFrame, QHBoxLayout, QLabel, QWidget
3
4
-from ncca.ngl import Mat4
+from ncca.ngl import Mat4
5
6
7
-class Mat4ViewWidget(QFrame):
+class Mat4ViewWidget(QFrame): ...
src/ncca/ngl/widgets/transformation_widget.py
0 commit comments