Unused imports
This commit is contained in:
parent
03a1b00e1e
commit
e6af06b8dc
@ -5,7 +5,6 @@ import variables as var
|
||||
import util
|
||||
from datetime import datetime
|
||||
import os.path
|
||||
from os import listdir
|
||||
import random
|
||||
from werkzeug.utils import secure_filename
|
||||
import errno
|
||||
|
@ -1,7 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import re
|
||||
import threading
|
||||
import time
|
||||
import sys
|
||||
@ -11,7 +9,6 @@ import audioop
|
||||
import subprocess as sp
|
||||
import argparse
|
||||
import os.path
|
||||
from os import listdir
|
||||
import pymumble.pymumble_py3 as pymumble
|
||||
import interface
|
||||
import variables as var
|
||||
|
Loading…
x
Reference in New Issue
Block a user