From 7afa33f3758d289bb0971e3f83bcc30b39e436f1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 5 Apr 2026 19:23:22 +0000 Subject: [PATCH] style: reformat test_gdpr.py and test_gmail_labels.py to fix black CI check Agent-Logs-Url: https://github.com/christianlouis/InboxConverge/sessions/63618a76-39b3-43af-b7a8-be2ae3d3ec8a Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com> --- backend/tests/unit/test_gdpr.py | 1 - backend/tests/unit/test_gmail_labels.py | 1 - 2 files changed, 2 deletions(-) diff --git a/backend/tests/unit/test_gdpr.py b/backend/tests/unit/test_gdpr.py index fd4037c..9b85341 100644 --- a/backend/tests/unit/test_gdpr.py +++ b/backend/tests/unit/test_gdpr.py @@ -3,7 +3,6 @@ Unit tests for GDPR data masking utilities (core/gdpr.py). No database or HTTP layer required – pure function tests. """ - from app.core.gdpr import mask_email, mask_name, mask_from_header diff --git a/backend/tests/unit/test_gmail_labels.py b/backend/tests/unit/test_gmail_labels.py index 166820b..d7d6c97 100644 --- a/backend/tests/unit/test_gmail_labels.py +++ b/backend/tests/unit/test_gmail_labels.py @@ -3,7 +3,6 @@ Unit tests for Gmail label utilities (utils/gmail_labels.py). Pure function tests – no database or HTTP layer required. """ - from app.utils.gmail_labels import ( DEFAULT_IMPORT_LABEL_TEMPLATES, MAX_IMPORT_LABELS,