Skip to content

Commit 16fddce

Browse files
committed
Remove filter_func (again) for consistency with main
1 parent 67f1825 commit 16fddce

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

janus_core/cli/geomopt.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,6 @@ def geomopt(
124124
rich_help_panel="Calculation",
125125
),
126126
] = 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,
136127
constraint_class: Annotated[
137128
str,
138129
Option(

0 commit comments

Comments
 (0)