Skip to content

Commit 73f4382

Browse files
committed
Fix last mypy issue in utils.py and activate mypy checking
1 parent 4c90630 commit 73f4382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manim/_config/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1459,7 +1459,7 @@ def enable_gui(self, value: bool) -> None:
14591459
self._set_boolean("enable_gui", value)
14601460

14611461
@property
1462-
def gui_location(self) -> tuple[Any]:
1462+
def gui_location(self) -> tuple[int, ...]:
14631463
"""Location parameters for the GUI window (e.g., screen coordinates or layout settings)."""
14641464
return self._d["gui_location"]
14651465

0 commit comments

Comments
 (0)