style: Remove useless "use" statement

This commit is contained in:
Pierre Rudloff 2019-06-17 22:53:28 +02:00
parent dfcec7cc54
commit 2ec732b33e
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@
namespace Alltube\Controller;
use Alltube\Config;
use Alltube\Exception\PasswordException;
use Alltube\Locale;
use Alltube\LocaleManager;