mbox series
Message ID20260604141826.2998337-12-robin@jarry.cc
StateNew
Delegate
ArchivedNo
Headers
show
Return-Path: <robin@jarry.cc>
Received: from ringo (2a01cb00021ec0002e23edbec21b0e73.ipv6.abo.wanadoo.fr
 [IPv6:2a01:cb00:21e:c000:2e23:edbe:c21b:e73])
	by patches.jarry.cc (Postfix) with ESMTP id 408F11BC4356
	for <pw@patches.jarry.cc>; Thu, 04 Jun 2026 16:18:30 +0200 (CEST)
From: Robin Jarry <robin@jarry.cc>
To: pw@patches.jarry.cc
Subject: [PATCH v3 11/16] fixup! forge: sync github comments and reviews to
 mailing list
Date: Thu,  4 Jun 2026 16:18:20 +0200
Message-ID: <20260604141826.2998337-12-robin@jarry.cc>
X-Mailer: git-send-email 2.54.0
In-Reply-To: <20260604141826.2998337-1-robin@jarry.cc>
References: <20260604141826.2998337-1-robin@jarry.cc>
MIME-Version: 1.0
List-ID: <pw.jarry.cc>
Content-Transfer-Encoding: 8bit
Series
Implement forge bidirectional sync
github_prhttps://github.com/rjarry/patchwork/pull/4
github_branchpatchwork/implement-forge-bidirectional-sync-c

Commit Message

Robin JarryJun. 4, 2026, 16:18. UTC
[v3,11/16] fixup! forge: sync github comments and reviews to mailing list

---
 patchwork/forge/github/to_ml.py | 5 -----
 1 file changed, 5 deletions(-)

Patch

mbox series
diff --git a/patchwork/forge/github/to_ml.py b/patchwork/forge/github/to_ml.py
index 55ee03a9ebe0..27797094cbe7 100644
--- a/patchwork/forge/github/to_ml.py
+++ b/patchwork/forge/github/to_ml.py
@@ -6,11 +6,6 @@
 import email
 import logging
 
-from django.contrib.auth import get_user_model
-from django.db import transaction
-from django.utils.text import slugify
-
-from patchwork.forge import ReviewComment
 from patchwork.forge.git import GitMirror
 from patchwork.forge.github.api import fetch_review_comments
 from patchwork.forge.util import bytes_to_mbox