tidy up imports

This commit is contained in:
cupcakearmy 2019-12-22 14:25:22 +01:00
parent 678aa96c06
commit f940f23338

View File

@ -1,10 +1,12 @@
import { readFileSync, writeFileSync, statSync } from 'fs'
import { resolve } from 'path'
import { homedir } from 'os'
import yaml from 'js-yaml'
import { flags } from './autorestic'
import { Backend, Config } from './types'
import { makeArrayIfIsNot, makeObjectKeysLowercase, rand } from './utils'
import { homedir } from 'os'