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 May 6, 2021
1 parent 568a3ee commit e6eee9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manim/mobject/coordinate_systems.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ def construct(self):

return line_graph

def origin_shift(self, axis_range:List[float]):
def origin_shift(self, axis_range: List[float]):
"""Shifts graph mobjects to compensate when 0 is not on the axis.
Parameters
Expand Down

0 comments on commit e6eee9b

Please sign in to comment.