flake 8 fix

This commit is contained in:
creslinux 2018-06-25 20:06:53 +00:00
parent 95ba016558
commit b7b9fd1fd5

View File

@ -6,7 +6,6 @@ from typing import Dict
from flask import Flask, request
# from flask_restful import Resource, Api
from json import dumps
from freqtrade.rpc.rpc import RPC, RPCException
from ipaddress import IPv4Address
@ -185,7 +184,6 @@ class ApiServer(RPC):
logger.exception("API Error calling status table", e)
return "Error querying open trades - maybe there are none."
def start(self):
"""
Handler for /start.