From a32401229bd28d5b4aa9addecf0a16efb67cfcd6 Mon Sep 17 00:00:00 2001
From: Liam Morland <lkmorlan@uwaterloo.ca>
Date: Wed, 17 Feb 2021 13:35:12 -0500
Subject: [PATCH] Coding standards

Fixes issue introduced in 38f3ef3.
---
 src/Plugin/CKEditorPlugin/MathJaxPlugin.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/Plugin/CKEditorPlugin/MathJaxPlugin.php b/src/Plugin/CKEditorPlugin/MathJaxPlugin.php
index c97d3663..c8e0eadd 100644
--- a/src/Plugin/CKEditorPlugin/MathJaxPlugin.php
+++ b/src/Plugin/CKEditorPlugin/MathJaxPlugin.php
@@ -3,7 +3,6 @@
 namespace Drupal\uw_cfg_common\Plugin\CKEditorPlugin;
 
 use Drupal\ckeditor\CKEditorPluginBase;
-use Drupal\Core\File\FileSystem;
 use Drupal\Core\Plugin\ContainerFactoryPluginInterface;
 use Drupal\editor\Entity\Editor;
 use Drupal\Core\Asset\LibrariesDirectoryFileFinder;
-- 
GitLab