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 Jul 31, 2024
1 parent 9a5f07e commit 145109d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changelog.d/1.fixed
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fixed an issue in path.py where path.extrude yielded a Component with no name.
Fixed an issue in path.py where path.extrude yielded a Component with no name.
2 changes: 1 addition & 1 deletion gdsfactory/path.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from typing import Any

import numpy as np
from kfactory.kcell import vcell
from numpy import mod, pi

from gdsfactory import logger
Expand All @@ -34,7 +35,6 @@
LayerSpec,
WidthTypes,
)
from kfactory.kcell import vcell


def _simplify(points, tolerance):
Expand Down

0 comments on commit 145109d

Please sign in to comment.