minor cleanup
authorIvan Kohler <ivan@freeside.biz>
Sun, 25 Sep 2016 17:59:11 +0000 (10:59 -0700)
committerIvan Kohler <ivan@freeside.biz>
Sun, 25 Sep 2016 17:59:11 +0000 (10:59 -0700)
FS/FS/part_event/Condition/has_pkg_class.pm

index 59a3675..dacb562 100644 (file)
@@ -1,11 +1,8 @@
 package FS::part_event::Condition::has_pkg_class;
 package FS::part_event::Condition::has_pkg_class;
+use base qw( FS::part_event::Condition );
 
 use strict;
 
 
 use strict;
 
-use base qw( FS::part_event::Condition );
-use FS::Record qw( qsearch );
-use FS::pkg_class;
-
 sub description {
   'Customer has uncancelled package with class';
 }
 sub description {
   'Customer has uncancelled package with class';
 }