summaryrefslogtreecommitdiffhomepage
path: root/app/lib/enum.js
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@codeispoetry.ru>2017-02-13 17:12:54 +0000
committerAndrej Mihajlov <and@codeispoetry.ru>2017-02-13 17:12:54 +0000
commite259b37b0d342fe28f8dfecea07db714feecad0e (patch)
treee4f34e84fd90f18fa4b3d8bb3b37258abb4bd2e0 /app/lib/enum.js
parent18f8c8bdfa2575242f41dd775b6a51a38f962e1e (diff)
downloadmullvadvpn-e259b37b0d342fe28f8dfecea07db714feecad0e.tar.xz
mullvadvpn-e259b37b0d342fe28f8dfecea07db714feecad0e.zip
Fix linting issues
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;
-};
+}