Merge pull request #7907 from thomasneirynck/fix/remove-cruft

Remove unused variables
This commit is contained in:
Thomas Neirynck 2016-08-03 14:17:59 -04:00 committed by GitHub
commit 7c710bf43d
3 changed files with 0 additions and 4 deletions

View file

@ -1,4 +1,3 @@
import Promise from 'bluebird';
import Joi from 'joi';
import _ from 'lodash';
import override from './override';

View file

@ -1,6 +1,5 @@
import _ from 'lodash';
module.exports = function (dot, nestedObj, flattenArrays) {
let key; // original key
let stack = []; // track key stack
let flatObj = {};
(function flattenObj(obj) {

View file

@ -1,6 +1,4 @@
import Joi from 'joi';
import fs from 'fs';
import path from 'path';
import { get } from 'lodash';
import { randomBytes } from 'crypto';
import os from 'os';