From 54dca494cf5eb950fb16f9986868bc216ef68020 Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Wed, 24 Sep 2025 00:40:17 -0400 Subject: [PATCH] chore: delete erroneous `poetry.toml` configuration file (#33073) - Not used by the current build system - Potentially confusing for new contributors - A leftover artifact from the Poetry to uv migration --- poetry.toml | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 poetry.toml diff --git a/poetry.toml b/poetry.toml deleted file mode 100644 index ab1033bd372..00000000000 --- a/poetry.toml +++ /dev/null @@ -1,2 +0,0 @@ -[virtualenvs] -in-project = true