mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 02:12:01 +00:00
Fix wrong import order in script
This commit is contained in:
parent
79d0fd937c
commit
58ad5a683a
|
@ -14,12 +14,12 @@ import logging
|
|||
import re
|
||||
import sys
|
||||
from pathlib import Path
|
||||
from typing import Optional
|
||||
from urllib.parse import urlencode, urlparse, urlunparse
|
||||
|
||||
import rapidjson
|
||||
import requests
|
||||
from requests.exceptions import ConnectionError
|
||||
from typing import Optional
|
||||
|
||||
|
||||
logging.basicConfig(
|
||||
|
|
Loading…
Reference in New Issue
Block a user