From 20f6975450232aaf05d8c5d7ecd5e5b39aa71b01 Mon Sep 17 00:00:00 2001 From: svlandeg Date: Tue, 24 Feb 2026 15:05:02 +0100 Subject: [PATCH] Remove link to Typer developer survey --- README.md | 4 ---- docs/index.md | 4 ---- 2 files changed, 8 deletions(-) diff --git a/README.md b/README.md index 8e203e31e1..87b5f03118 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,6 @@ The key features are: * **Grow large**: Grow in complexity as much as you want, create arbitrarily complex trees of commands and groups of subcommands, with options and arguments. * **Run scripts**: Typer includes a `typer` command/program that you can use to run scripts, automatically converting them to CLIs, even if they don't use Typer internally. -## 2026 February - Typer developer survey - -Help us define Typer's future by filling the Typer developer survey. ✨ - ## FastAPI of CLIs **Typer** is FastAPI's little sibling, it's the FastAPI of CLIs. diff --git a/docs/index.md b/docs/index.md index 3ecd98dd6b..0e71eab196 100644 --- a/docs/index.md +++ b/docs/index.md @@ -46,10 +46,6 @@ The key features are: * **Grow large**: Grow in complexity as much as you want, create arbitrarily complex trees of commands and groups of subcommands, with options and arguments. * **Run scripts**: Typer includes a `typer` command/program that you can use to run scripts, automatically converting them to CLIs, even if they don't use Typer internally. -## 2026 February - Typer developer survey - -Help us define Typer's future by filling the Typer developer survey. ✨ - ## FastAPI of CLIs **Typer** is FastAPI's little sibling, it's the FastAPI of CLIs.