PEP8 Compliant

This commit is contained in:
MoonGem 2018-03-27 01:42:12 -05:00 committed by GitHub
parent c81d56f9d9
commit 32210e83f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,14 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
import math, sys, os, time, pp, math, re import math
from io import StringIO import sys
import os
import time
import pp
import math
import re
# tuple of all parallel python servers to connect with # tuple of all parallel python servers to connect with
ppservers = () ppservers = ()
#ppservers = ("10.0.0.1",) # ppservers = ("10.0.0.1",)
# Number of jobs to run # Number of jobs to run
parts = 1000000 parts = 1000000
@ -17,7 +21,7 @@ current = 0
def backtesting(ind): def backtesting(ind):
er1 = str(ind) er1 = str(ind)
ou1 = str(ind * 1024) ou1 = str(ind * 1024)
import threading, traceback import threading
from io import StringIO from io import StringIO
from freqtrade.main import main, set_loggers from freqtrade.main import main, set_loggers
old_stdout = sys.stdout old_stdout = sys.stdout