From patchwork Thu Jun 4 14:18:20 2026 Return-Path: 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 ; Thu, 04 Jun 2026 16:18:30 +0200 (CEST) From: Robin Jarry 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: X-Patchwork-Submitter: Robin Jarry X-Patchwork-Id: 108 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit --- patchwork/forge/github/to_ml.py | 5 ----- 1 file changed, 5 deletions(-) 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