fix: removes unnecessary import

This commit is contained in:
Sebastian Rindom
2020-08-30 16:10:29 +02:00
parent e20f85456e
commit 270645deb2

View File

@@ -1,5 +1,4 @@
import mongoose from "mongoose"
import bcrypt from "bcrypt"
import _ from "lodash"
import { Validator, MedusaError } from "medusa-core-utils"
import { BaseService } from "medusa-interfaces"