Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 22, 2023
1 parent 1da1b99 commit 8522b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manim/utils/color/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
from .manim_colors import *

_all_color_dict: Dict[str, ManimColor] = {
k: v for k, v in globals().items() if isinstance(v, ManimColor)
k: v for k, v in globals().items() if isinstance(v, ManimColor)
}

0 comments on commit 8522b59

Please sign in to comment.