From 30683f2a90c01c849280c88db4624718b550be03 Mon Sep 17 00:00:00 2001 From: akrherz Date: Mon, 29 Dec 2025 14:20:40 -0600 Subject: [PATCH] Drop duplicated --where click.option for fio cat --- fiona/fio/cat.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/fiona/fio/cat.py b/fiona/fio/cat.py index ace1548ce..6e6a2a820 100644 --- a/fiona/fio/cat.py +++ b/fiona/fio/cat.py @@ -55,8 +55,6 @@ default=False, help="Optionally cut geometries at the anti-meridian. To be used only for a geographic destination CRS.", ) -@click.option('--where', default=None, - help="attribute filter using SQL where clause") @options.open_opt @click.pass_context @with_context_env