Skip to content

Commit a57fb69

Browse files
authored
Add 'to be used in the future' TODOs to ManimFrame (#3553)
1 parent 9a84ec6 commit a57fb69

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

manim/_config/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
logging.getLogger("matplotlib").setLevel(logging.INFO)
3737

3838
config = ManimConfig().digest_parser(parser)
39+
# TODO: to be used in the future - see PR #620
40+
# https://github.com/ManimCommunity/manim/pull/620
3941
frame = ManimFrame(config)
4042

4143

manim/_config/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1793,6 +1793,8 @@ def plugins(self, value: list[str]):
17931793
self._d["plugins"] = value
17941794

17951795

1796+
# TODO: to be used in the future - see PR #620
1797+
# https://github.com/ManimCommunity/manim/pull/620
17961798
class ManimFrame(Mapping):
17971799
_OPTS: ClassVar[set[str]] = {
17981800
"pixel_width",

0 commit comments

Comments
 (0)