Skip to content

Commit a90f1b2

Browse files
committed
fixed changelog, removed unnecessary imports
1 parent 9e367a2 commit a90f1b2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ Changelog
33

44
1.2.0
55
----------
6-
76
* Added meep integration
87
* GDSII-export: Added support for LineStrings
98

gdshelpers/simulation/simulation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def get_eigenmode_coefficients(self, monitor, bands):
172172

173173

174174
def example_mmi():
175-
from gdshelpers.parts.splitter import DirectionalCoupler, MMI, Splitter
175+
from gdshelpers.parts.splitter import MMI
176176
from gdshelpers.parts.waveguide import Waveguide
177177

178178
# mp.quiet(True)

0 commit comments

Comments
 (0)