fix pyflakes

This commit is contained in:
clowwindy 2015-08-01 18:57:44 +08:00
parent 4a8d0774b4
commit 80102f3899
3 changed files with 0 additions and 3 deletions

View file

@ -18,7 +18,6 @@
from __future__ import absolute_import, division, print_function, \
with_statement
import time
import os
import socket
import struct

View file

@ -62,7 +62,6 @@
from __future__ import absolute_import, division, print_function, \
with_statement
import time
import socket
import logging
import struct

View file

@ -1,6 +1,5 @@
#!/usr/bin/python
import os
import json
with open('server-multi-passwd-performance.json', 'wb') as f: