From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id B468C1F61A for ; Mon, 24 Feb 2020 00:17:24 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 1/2] import_vger_from_mbox: drop redundant "use" statements Date: Sun, 23 Feb 2020 18:17:23 -0600 Message-Id: <20200224001724.5254-2-e@yhbt.net> In-Reply-To: <20200224001724.5254-1-e@yhbt.net> References: <20200224001724.5254-1-e@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: PublicInbox::InboxWritable takes care of those imports. --- scripts/import_vger_from_mbox | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/import_vger_from_mbox b/scripts/import_vger_from_mbox index 0e5ba6b4..b3aceb6b 100644 --- a/scripts/import_vger_from_mbox +++ b/scripts/import_vger_from_mbox @@ -4,10 +4,7 @@ use strict; use warnings; use Getopt::Long qw/:config gnu_getopt no_ignore_case auto_abbrev/; -use PublicInbox::MIME; use PublicInbox::InboxWritable; -use PublicInbox::Import; -use PublicInbox::MDA; my $usage = "usage: $0 NAME EMAIL DIR