Unverified Commit dadb94a4 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Traveling: remove unused JSON import

parent 7580497c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@ use Mojo::Base 'Mojolicious::Controller';

use DateTime;
use DateTime::Format::Strptime;
use JSON;
use List::Util      qw(uniq min max);
use List::UtilsBy   qw(max_by uniq_by);
use List::MoreUtils qw(first_index);