From 53520a7c0efc8efee3d63bce5f38ebbade451152 Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Mon, 22 Mar 2021 20:56:36 +0000 Subject: [PATCH] Removed unneeded import from wsgi.py - Legacy-Id: 18916 --- ietf/wsgi.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ietf/wsgi.py b/ietf/wsgi.py index 104024a37..11a0f39bc 100644 --- a/ietf/wsgi.py +++ b/ietf/wsgi.py @@ -42,7 +42,6 @@ WSGIPythonEggs /var/www/.python-eggs/ """ -import io import os import sys import syslog