From 297d1a0aae06877c97ffca063d51ba4a8fc3b4e9 Mon Sep 17 00:00:00 2001 From: grossmj Date: Fri, 5 Jun 2020 13:10:01 +0930 Subject: [PATCH] Remove unused bytes2human function --- gns3server/handlers/api/compute/server_handler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gns3server/handlers/api/compute/server_handler.py b/gns3server/handlers/api/compute/server_handler.py index c158a55d..74d64d10 100644 --- a/gns3server/handlers/api/compute/server_handler.py +++ b/gns3server/handlers/api/compute/server_handler.py @@ -26,7 +26,6 @@ from gns3server.compute.port_manager import PortManager from gns3server.utils.cpu_percent import CpuPercent from gns3server.version import __version__ from aiohttp.web import HTTPConflict -from psutil._common import bytes2human class ServerHandler: