Skip to content

Commit

Permalink
Remove unused imports (#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia authored Dec 13, 2020
1 parent 5225cb3 commit 5289a54
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Type/Definition/InputObjectType.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
use GraphQL\Language\AST\InputObjectTypeDefinitionNode;
use GraphQL\Language\AST\InputObjectTypeExtensionNode;
use GraphQL\Utils\Utils;
use function call_user_func;
use function count;
use function is_array;
use function is_callable;
Expand Down
1 change: 0 additions & 1 deletion src/Validator/Rules/QueryComplexity.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
use GraphQL\Type\Definition\FieldDefinition;
use GraphQL\Validator\ValidationContext;
use function array_map;
use function call_user_func_array;
use function count;
use function implode;
use function method_exists;
Expand Down

0 comments on commit 5289a54

Please sign in to comment.