mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Fix import order
This commit is contained in:
parent
3503fdb4ec
commit
dc8abd77df
|
@ -2,8 +2,8 @@ import logging
|
|||
import re
|
||||
from pathlib import Path
|
||||
from typing import Dict, List
|
||||
import numpy as np
|
||||
|
||||
import numpy as np
|
||||
import pytest
|
||||
import rapidjson
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user