From 83621a799fb84edd717d2fda1eb1c4d01bfd8e21 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Rapha=C3=ABl=20Gertz?= <git@rapsys.eu>
Date: Tue, 4 Oct 2022 07:19:05 +0200
Subject: [PATCH] Cleanup

---
 Controller/LocationController.php | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/Controller/LocationController.php b/Controller/LocationController.php
index 3631826..33c2050 100644
--- a/Controller/LocationController.php
+++ b/Controller/LocationController.php
@@ -13,15 +13,10 @@ namespace Rapsys\AirBundle\Controller;
 
 use Symfony\Component\HttpFoundation\Request;
 use Symfony\Component\HttpFoundation\Response;
-use Symfony\Component\Routing\Exception\MethodNotAllowedException;
-use Symfony\Component\Routing\Exception\ResourceNotFoundException;
-use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
-use Symfony\Component\Routing\RequestContext;
 
 use Rapsys\AirBundle\Entity\Dance;
 use Rapsys\AirBundle\Entity\Location;
 use Rapsys\AirBundle\Entity\Session;
-use Rapsys\AirBundle\Entity\Slot;
 
 /**
  * {@inheritdoc}
-- 
2.41.3