Destructure certain imports (#1634)

This commit is contained in:
Gavin Wainwright
2017-06-28 19:43:26 -04:00
committed by Amish Shah
parent 029efe5cb0
commit 7b44262346
12 changed files with 13 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
const path = require('path');
const fs = require('fs');
const EventEmitter = require('events').EventEmitter;
const EventEmitter = require('events');
const Shard = require('./Shard');
const Collection = require('../util/Collection');
const Util = require('../util/Util');