fix(Codacy): Deleted unused imports and files
diff --git a/cypress/plugins/index.js b/cypress/plugins/index.js
index fd170fb..cd02c3b 100644
--- a/cypress/plugins/index.js
+++ b/cypress/plugins/index.js
@@ -11,7 +11,7 @@
 // This function is called when a project is opened or re-opened (e.g. due to
 // the project's config changing)
 
-module.exports = (on, config) => {
-  // `on` is used to hook into various events Cypress emits
-  // `config` is the resolved Cypress config
-}
+// module.exports = (on, config) => {
+//   `on` is used to hook into various events Cypress emits
+//   `config` is the resolved Cypress config
+// }
diff --git a/cypress/support/index.js b/cypress/support/index.js
index cca7364..872df2d 100644
--- a/cypress/support/index.js
+++ b/cypress/support/index.js
@@ -14,9 +14,9 @@
 // ***********************************************************
 
 // import frappe commands
-import '../../../frappe/cypress/support/index'
+import '../../../frappe/cypress/support/index';
 // Import commands.js using ES2015 syntax:
-import './commands'
+import './commands';
 
 // Alternatively you can use CommonJS syntax:
 // require('./commands')