aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/JSON.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2020-05-27 13:33:27 +0100
committerMatthew Somerville <matthew@mysociety.org>2020-05-27 13:33:27 +0100
commit8a03006831b2ad47f1dc1b066aa2af951ff29001 (patch)
tree164e37206bad0acfbde21aeed09e25a2ef48d80e /perllib/FixMyStreet/App/Controller/JSON.pm
parent7b7e00c16f6d31ff77b9f28e63aac3b608f2bfbb (diff)
parent901834444846905c85e56528b020bd1a667cb5d2 (diff)
Merge branch 'he-still-bit-buggy-grr'
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/JSON.pm')
-rw-r--r--perllib/FixMyStreet/App/Controller/JSON.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/JSON.pm b/perllib/FixMyStreet/App/Controller/JSON.pm
index ccc5b31dc..a7913bb4b 100644
--- a/perllib/FixMyStreet/App/Controller/JSON.pm
+++ b/perllib/FixMyStreet/App/Controller/JSON.pm
@@ -7,7 +7,6 @@ BEGIN { extends 'Catalyst::Controller'; }
use JSON::MaybeXS;
use DateTime;
use DateTime::Format::ISO8601;
-use List::MoreUtils 'uniq';
use FixMyStreet::DateRange;
=head1 NAME