From 5680b5f6366d19a069dd9bbf066c8b094ba176b5 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 23 Feb 2020 18:17:23 -0600 Subject: import_vger_from_mbox: drop redundant "use" statements PublicInbox::InboxWritable takes care of those imports. --- scripts/import_vger_from_mbox | 3 --- 1 file changed, 3 deletions(-) (limited to 'scripts') 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