remove not needed import

This commit is contained in:
mirac
2021-08-26 08:31:10 +02:00
parent ab946adc0e
commit a025facbf1

View File

@@ -19,7 +19,6 @@ package server
import (
"os"
"syscall"
"server/available_storage"
)
func diskAvailable(storeDir string) int64 {