summaryrefslogtreecommitdiffhomepage
path: root/app/lib/enum.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/lib/enum.js')
-rw-r--r--app/lib/enum.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/lib/enum.js b/app/lib/enum.js
index bc8e4b54aa..4359c3bfb3 100644
--- a/app/lib/enum.js
+++ b/app/lib/enum.js
@@ -1,5 +1,3 @@
-import assert from 'assert';
-
/**
* Creates enum object with keys provided as arguments
*/
@@ -17,4 +15,4 @@ export default function Enum() {
Object.freeze(object);
return object;
-};
+}