There was an error while loading. Please reload this page.
1 parent 67f1825 commit 16fddceCopy full SHA for 16fddce
1 file changed
janus_core/cli/geomopt.py
@@ -124,15 +124,6 @@ def geomopt(
124
rich_help_panel="Calculation",
125
),
126
] = None,
127
- filter_func: Annotated[
128
- str | None,
129
- Option(
130
- help="Deprecated. Please use --filter",
131
- rich_help_panel="Calculation",
132
- callback=deprecated_option,
133
- hidden=True,
134
- ),
135
- ] = None,
136
constraint_class: Annotated[
137
str,
138
Option(
0 commit comments