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 Apr 16, 2024
1 parent 0e97044 commit e036e78
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion brainrender/actors/line.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
from vedo import shapes

from brainrender.actor import Actor


class Line(Actor):
def __init__(self, coordinates, color="black", alpha=1, linewidth=2, name=None):
def __init__(
self, coordinates, color="black", alpha=1, linewidth=2, name=None
):
"""
Creates an actor representing a single line.
Expand Down

0 comments on commit e036e78

Please sign in to comment.