From 925b7baef0652ae4f1ec76ada390810084eedea7 Mon Sep 17 00:00:00 2001
From: hauntsaninja <hauntsaninja@gmail.com>
Date: Sun, 29 Dec 2024 19:12:43 -0800
Subject: [PATCH] Delete Python 2 extra

---
 pyproject.toml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 24f13921eaf82..a3b5833d0fd66 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -56,7 +56,6 @@ dynamic = ["version"]
 [project.optional-dependencies]
 dmypy = ["psutil>=4.0"]
 mypyc = ["setuptools>=50"]
-python2 = []
 reports = ["lxml"]
 install-types = ["pip"]
 faster-cache = ["orjson"]