Remove useless import in webconfig file.

The random and string module was imported but not used.
This commit is contained in:
Daniel Bengtsson 2020-06-30 15:27:24 +02:00 committed by Johannes Altmanninger
parent 3f210acdff
commit 2da806cceb

View File

@ -14,11 +14,9 @@ import multiprocessing.pool
import operator
import os
import platform
import random
import re
import select
import socket
import string
import subprocess
import sys
import tempfile