From: Eric Wong Date: Mon, 24 Feb 2020 00:17:23 +0000 (-0600) Subject: import_vger_from_mbox: drop redundant "use" statements X-Git-Tag: v1.4.0~103 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=5680b5f6366d19a069dd9bbf066c8b094ba176b5;p=public-inbox.git import_vger_from_mbox: drop redundant "use" statements PublicInbox::InboxWritable takes care of those imports. --- 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