Skip to content

Commit a7d01b5

Browse files
fmt done @ mypy + ruff + bandit
1 parent 025d61a commit a7d01b5

4 files changed

Lines changed: 284 additions & 111 deletions

File tree

app/mcp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,7 @@ def _(payload: dict) -> MCPResult:
602602
# Render all nodes in queue
603603
import tempfile
604604
from pathlib import Path
605+
605606
temp_dir = Path(tempfile.gettempdir()) / "EfficientManim_Session"
606607
config = {
607608
"fps": 30,

core/mcp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,7 @@ def _(payload: dict) -> MCPResult:
602602
# Render all nodes in queue
603603
import tempfile
604604
from pathlib import Path
605+
605606
temp_dir = Path(tempfile.gettempdir()) / "EfficientManim_Session"
606607
config = {
607608
"fps": 30,

0 commit comments

Comments
 (0)