From 2b2f2e7b02fbabfd13b58ea818dcd8a301b7d568 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 15:25:56 +0000 Subject: [PATCH] Remove unused `import re` from Learning/Part-1/Python/Q5.py Co-authored-by: ManupaKDU <95234271+ManupaKDU@users.noreply.github.com> --- Learning/Part-1/Python/Q5.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Learning/Part-1/Python/Q5.py b/Learning/Part-1/Python/Q5.py index abd74f3..d012ac0 100644 --- a/Learning/Part-1/Python/Q5.py +++ b/Learning/Part-1/Python/Q5.py @@ -3,7 +3,6 @@ import math import os import random -import re import sys #