We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc108ee commit 9b69c85Copy full SHA for 9b69c85
openglider/plots/patterns.py
@@ -212,7 +212,6 @@ def get_name(position: DiagonalSide, rib: Rib) -> str:
212
def rename_straps(straps: Iterable[DiagonalRib], prefix: str = "") -> None:
213
straps = list(straps)
214
straps.sort(key=lambda strap: abs(strap.get_average_x()))
215
- logger = logging.getLogger(f"{__class__.__module__}.{__class__.__name__}")
216
for strap in straps:
217
strap_side = strap.side1
218
rib = cell.rib1
0 commit comments