]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-132732: Remove textwrap import (#138933)
authorSavannah Bailey <savannahostrowski@gmail.com>
Mon, 15 Sep 2025 16:09:51 +0000 (17:09 +0100)
committerGitHub <noreply@github.com>
Mon, 15 Sep 2025 16:09:51 +0000 (16:09 +0000)
Tools/cases_generator/optimizer_generator.py

index 7486fca245f5b9c1dacd52573531e3893547be8c..41df073cf6df23802117ecf30edfc33704a88c87 100644 (file)
@@ -4,7 +4,6 @@ Writes the cases to optimizer_cases.c.h, which is #included in Python/optimizer_
 """
 
 import argparse
-import textwrap
 
 from analyzer import (
     Analysis,