chore(lint): Clean up user model and controller

This commit is contained in:
Blade Barringer
2015-11-21 16:17:42 -06:00
parent 074b3f5079
commit d1839b816e
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -1,7 +1,6 @@
// User schema and model
import mongoose from 'mongoose';
import shared from '../../../common';
import passwordUtils from '../libs/api-v3/password';
import _ from 'lodash';
import validator from 'validator';
import moment from 'moment';