Fix lint
This commit is contained in:
parent
276250f0a3
commit
b9fbc17609
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
// Thanks http://tostring.it/2014/06/23/advanced-logging-with-nodejs/
|
||||
import { mkdirpSync, stat } from 'fs-extra'
|
||||
import { stat } from 'fs-extra'
|
||||
import { omit } from 'lodash'
|
||||
import { join } from 'path'
|
||||
import { format as sqlFormat } from 'sql-formatter'
|
||||
|
|
Loading…
Reference in a new issue