We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67108a0 commit 3dd725dCopy full SHA for 3dd725d
manim/_config/utils.py
@@ -1453,7 +1453,7 @@ def enable_gui(self, value: bool) -> None:
1453
self._set_boolean("enable_gui", value)
1454
1455
@property
1456
- def gui_location(self) -> tuple[Any]:
+ def gui_location(self) -> tuple[int, ...]:
1457
"""Location parameters for the GUI window (e.g., screen coordinates or layout settings)."""
1458
return self._d["gui_location"]
1459
mypy.ini
@@ -55,9 +55,6 @@ disable_error_code = return-value
55
[mypy-manim._config.logger_utils]
56
ignore_errors = False
57
58
-[mypy-manim._config.utils]
59
-ignore_errors = True
60
-
61
[mypy-manim.animation.*]
62
ignore_errors = True
63
0 commit comments