Skip to content

Commit 09097c9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c501a97 commit 09097c9

File tree

26 files changed

+58
-62
lines changed

26 files changed

+58
-62
lines changed

manim/_config/logger_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
format.
1010
1111
"""
12+
1213
from __future__ import annotations
1314

1415
import configparser

manim/_config/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
See :doc:`/guides/configuration` for an introduction to Manim's configuration system.
1010
1111
"""
12+
1213
from __future__ import annotations
1314

1415
import argparse

manim/animation/animation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""Animate mobjects."""
22

3-
43
from __future__ import annotations
54

65
from manim.mobject.opengl.opengl_mobject import OpenGLMobject

manim/animation/composition.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""Tools for displaying multiple animations at once."""
22

3-
43
from __future__ import annotations
54

65
import types

manim/animation/fading.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ def construct(self):
1212
1313
"""
1414

15-
1615
from __future__ import annotations
1716

1817
__all__ = [

manim/camera/camera.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""A camera converts the mobjects contained in a Scene into an array of pixels."""
22

3-
43
from __future__ import annotations
54

65
__all__ = ["Camera", "BackgroundColoredVMobjectDisplayer"]

manim/cli/cfg/group.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
group.
66
77
"""
8+
89
from __future__ import annotations
910

1011
from ast import literal_eval

manim/cli/default_group.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
This library isn't used as a dependency as we need to inherit from ``cloup.Group`` instead
1010
of ``click.Group``.
1111
"""
12+
1213
import warnings
1314

1415
import cloup

manim/cli/init/commands.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
group.
66
77
"""
8+
89
from __future__ import annotations
910

1011
import configparser

manim/cli/plugins/commands.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
group.
66
77
"""
8+
89
from __future__ import annotations
910

1011
import cloup

0 commit comments

Comments
 (0)