diff --git a/gns3server/handlers/version_handler.py b/gns3server/handlers/version_handler.py index ec83d4ce..30c55d40 100644 --- a/gns3server/handlers/version_handler.py +++ b/gns3server/handlers/version_handler.py @@ -15,7 +15,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -import tornado.web from .auth_handler import GNS3BaseHandler from ..version import __version__