Skip to content

Commit

Permalink
Merge pull request 3b1b#1091 from applemonkey496/patch-3
Browse files Browse the repository at this point in the history
Add missing import to brace.py
  • Loading branch information
eulertour authored May 21, 2020
2 parents 00ff478 + 45c5ec7 commit 3c1a6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manimlib/mobject/svg/brace.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from manimlib.mobject.types.vectorized_mobject import VMobject
from manimlib.utils.config_ops import digest_config
from manimlib.utils.space_ops import get_norm

import copy

class Brace(TexMobject):
CONFIG = {
Expand Down

0 comments on commit 3c1a6bb

Please sign in to comment.