From fec37bf4f4af4b8b32b4521291590597aa451fa9 Mon Sep 17 00:00:00 2001 From: Mavis Bot Date: Mon, 3 Aug 2026 21:57:20 +0000 Subject: [PATCH] fix: remove unused import re from portfolio_analyzer.py --- src/utils/portfolio_analyzer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/portfolio_analyzer.py b/src/utils/portfolio_analyzer.py index 8d70ecd9..62dc3a5c 100644 --- a/src/utils/portfolio_analyzer.py +++ b/src/utils/portfolio_analyzer.py @@ -7,7 +7,6 @@ # practiced, vs. which ones they keep skipping. Returns a diversity # score plus targeted project recommendations for the gaps. -import re from collections import OrderedDict # Ordered so the dashboard always renders categories in a stable,