server: cleanup import

This commit is contained in:
Koushik Dutta
2024-11-12 08:32:46 -08:00
parent 3df6af1fcd
commit ef52e0a723

View File

@@ -5,7 +5,6 @@ import Level from '../level';
import { getPluginsVolume, getScryptedVolume } from '../plugin/plugin-volume';
import { ScryptedRuntime } from '../runtime';
import { sleep } from '../sleep';
import util from 'util';
export class Backup {
constructor(public runtime: ScryptedRuntime) {}