Removing unused code

This commit is contained in:
kobelb 2017-01-13 11:09:43 -05:00
parent 9dc79fda7d
commit 22713b7777
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
import { bindKey, compact, get, has, set, trim, trimRight } from 'lodash';
import { compact, get, has, set, trim, trimRight } from 'lodash';
import { unset } from '../../utils';
import { methodNotAllowed } from 'boom';

View file

@ -1,4 +1,4 @@
import { get, isUndefined, isNull, noop, set } from 'lodash';
import { get, isUndefined, noop, set } from 'lodash';
import { unset } from '../../utils';
export default function (oldKey, newKey) {

View file

@ -1,4 +1,4 @@
import { get, isUndefined, isNull, noop } from 'lodash';
import { get, isUndefined, noop } from 'lodash';
import { unset } from '../../utils';
export default function (oldKey) {