Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mindplay-dk committed Jan 30, 2017
1 parent d600149 commit 72f367a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/test-unit.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,10 @@
use mindplay\sql\framework\PreparedStatement;
use mindplay\sql\framework\QueryFormatter;
use mindplay\sql\framework\Result;
use mindplay\sql\model\Database;
use mindplay\sql\model\DatabaseContainerFactory;
use mindplay\sql\model\expr;
use mindplay\sql\model\query\Query;
use mindplay\sql\model\query\SelectQuery;
use mindplay\sql\model\schema\Column;
use mindplay\sql\model\schema\Schema;
use mindplay\sql\model\types\BoolType;
use mindplay\sql\model\types\IntType;
use mindplay\sql\model\types\JSONType;
Expand Down

0 comments on commit 72f367a

Please sign in to comment.