From 5b8d2cd3c82ba779d29be1d83e7aaa4bbf0dc520 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Tue, 19 Aug 2025 03:48:18 -0400 Subject: [PATCH] Remove duplicate click option The most recent click is now warning about the duplication. --- 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