remove readline and stream import

This commit is contained in:
Zutatensuppe 2021-06-05 23:42:59 +02:00
parent 86ceca4bea
commit cdb02da14d
2 changed files with 0 additions and 4 deletions

View file

@ -1,6 +1,4 @@
import fs from 'fs'
import readline from 'readline'
import stream from 'stream'
import Time from '../common/Time'
import { Timestamp } from '../common/Types'
import { logger } from './../common/Util'