Skip to content

Commit 66926a8

Browse files
fmt using ruff
1 parent 7f80065 commit 66926a8

11 files changed

Lines changed: 1344 additions & 1357 deletions

app/app_window.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
def create_main_window():
88
from ui.main_window import EfficientManimWindow
9+
910
window = EfficientManimWindow()
1011
window.project_manager = ProjectManager(window)
1112
return window

app/keybinding_registry.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535

3636
try:
3737
from PySide6.QtCore import QObject, Signal
38-
3938

4039
HAS_PYSIDE = True
4140
except ImportError:

core/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
"""
42
EfficientManim Core Package
53

0 commit comments

Comments
 (0)