diff --git a/modules/cloud_service_providers/aws_cloud/aws_cloud.install b/modules/cloud_service_providers/aws_cloud/aws_cloud.install
index 87aa436..752391a 100644
--- a/modules/cloud_service_providers/aws_cloud/aws_cloud.install
+++ b/modules/cloud_service_providers/aws_cloud/aws_cloud.install
@@ -1375,7 +1375,7 @@ function aws_cloud_update_8181() {
 /**
  * Update views.
  *
- * Views: Image
+ * Views: Image.
  */
 function aws_cloud_update_8182() {
   $files = [
diff --git a/modules/cloud_service_providers/k8s/src/Form/K8sNamespaceCreateForm.php b/modules/cloud_service_providers/k8s/src/Form/K8sNamespaceCreateForm.php
index 3e585be..d606e29 100644
--- a/modules/cloud_service_providers/k8s/src/Form/K8sNamespaceCreateForm.php
+++ b/modules/cloud_service_providers/k8s/src/Form/K8sNamespaceCreateForm.php
@@ -3,7 +3,6 @@
 namespace Drupal\k8s\Form;
 
 use Drupal\Core\Form\FormStateInterface;
-use Drupal\Core\Messenger\Messenger;
 
 /**
  * Form controller for the Namespace entity create form.
diff --git a/modules/cloud_service_providers/k8s/src/Form/PodCreateForm.php b/modules/cloud_service_providers/k8s/src/Form/PodCreateForm.php
index 9c28544..d9a9700 100644
--- a/modules/cloud_service_providers/k8s/src/Form/PodCreateForm.php
+++ b/modules/cloud_service_providers/k8s/src/Form/PodCreateForm.php
@@ -3,7 +3,6 @@
 namespace Drupal\k8s\Form;
 
 use Drupal\Core\Form\FormStateInterface;
-use Drupal\Core\Messenger\Messenger;
 use Drupal\Component\Serialization\Yaml;
 
 /**
