diff --git a/core/modules/comment/src/Tests/CommentStatisticsTest.php b/core/modules/comment/src/Tests/CommentStatisticsTest.php index ec9aa7e..bf88292 100644 --- a/core/modules/comment/src/Tests/CommentStatisticsTest.php +++ b/core/modules/comment/src/Tests/CommentStatisticsTest.php @@ -6,9 +6,8 @@ */ namespace Drupal\comment\Tests; -use Drupal\comment\CommentManagerInterface; -use Drupal\comment\Entity\Comment; +use Drupal\comment\CommentManagerInterface; use Drupal\comment\Entity\Comment; /**