fix pyflakes
This commit is contained in:
parent
4a8d0774b4
commit
80102f3899
3 changed files with 0 additions and 3 deletions
|
@ -18,7 +18,6 @@
|
||||||
from __future__ import absolute_import, division, print_function, \
|
from __future__ import absolute_import, division, print_function, \
|
||||||
with_statement
|
with_statement
|
||||||
|
|
||||||
import time
|
|
||||||
import os
|
import os
|
||||||
import socket
|
import socket
|
||||||
import struct
|
import struct
|
||||||
|
|
|
@ -62,7 +62,6 @@
|
||||||
from __future__ import absolute_import, division, print_function, \
|
from __future__ import absolute_import, division, print_function, \
|
||||||
with_statement
|
with_statement
|
||||||
|
|
||||||
import time
|
|
||||||
import socket
|
import socket
|
||||||
import logging
|
import logging
|
||||||
import struct
|
import struct
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
|
|
||||||
import os
|
|
||||||
import json
|
import json
|
||||||
|
|
||||||
with open('server-multi-passwd-performance.json', 'wb') as f:
|
with open('server-multi-passwd-performance.json', 'wb') as f:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue