File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ def check_tidy3d_extras_licensed_feature(feature_name: str):
246246 _check_tidy3d_extras_available ()
247247 except Tidy3dImportError as exc :
248248 raise Tidy3dImportError (
249- "The package 'tidy3d-extras' is required for this feature '{feature_name}'."
249+ f "The package 'tidy3d-extras' is required for this feature '{ feature_name } '."
250250 ) from exc
251251
252252 features = tidy3d_extras ["mod" ].extension ._features ()
@@ -275,7 +275,7 @@ def _fn(*args: Any, **kwargs: Any):
275275 tidy3d_extras ["use_local_subpixel" ] = False
276276 if preference is True :
277277 raise Tidy3dImportError (
278- f" { exc !s } To suppress this error, you can set "
278+ " To suppress this error, you can set "
279279 "'config.simulation.use_local_subpixel=False'."
280280 ) from exc
281281 # preference is None, so we can just return
You can’t perform that action at this time.
0 commit comments