From d148e125b618439d1e34b59815b626206deba88d Mon Sep 17 00:00:00 2001 From: Adam McCaughan Date: Thu, 9 Feb 2023 20:16:22 -0700 Subject: [PATCH] pre-commit fixes --- phidl/device_layout.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phidl/device_layout.py b/phidl/device_layout.py index 5388f100..39a8314d 100644 --- a/phidl/device_layout.py +++ b/phidl/device_layout.py @@ -10,13 +10,13 @@ # Minor TODO # ============================================================================== # Add Group.get_polygons() - # Allow Boolean to use Groups - # Allow pg.union to use Groups +# Allow Boolean to use Groups +# Allow pg.union to use Groups # Add pp.delay_sine(distance = 10, length = 20, num_periods = 2) # Allow connect(overlap) to be a tuple (0, 0.7) # Possibly replace gdspy bezier (font rendering) with # https://stackoverflow.com/a/12644499 -# +# # ============================================================================== # Documentation TODO