diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-06-05 22:40:42 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-06-05 22:40:42 -0400 |
commit | d11ea084122dee5855d1114b84818320f79eafa2 (patch) | |
tree | c7e2fdc60b390cbcc58a0037b4cb2ca12cf1935a /app/Export | |
parent | 9cb8a1ffc9ed1e74411fe399cfd5dcf59c071293 (diff) |
Remove useless use statements
Diffstat (limited to 'app/Export')
-rw-r--r-- | app/Export/TransitionExport.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Export/TransitionExport.php b/app/Export/TransitionExport.php index 5399edd8..35f9fe44 100644 --- a/app/Export/TransitionExport.php +++ b/app/Export/TransitionExport.php @@ -3,7 +3,6 @@ namespace Kanboard\Export; use Kanboard\Core\Base; -use Kanboard\Core\DateParser; /** * Transition Export |