fix(Codacy): Deleted unused imports and files
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')