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 23, 2024
1 parent fa5dad0 commit b2fe6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyaedt/modeler/cad/Primitives2D.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def create_ellipse(
material=None,
non_model=False,
segments=0,
**kwargs # noqa
**kwargs, # noqa
):
"""Create an ellipse.
Expand Down

0 comments on commit b2fe6db

Please sign in to comment.