Improve wording of developer docs

This commit is contained in:
Matthias
2020-12-23 15:55:46 +01:00
parent 65d91b7cbb
commit 721d0fb2a8
2 changed files with 5 additions and 2 deletions

View File

@@ -5,8 +5,10 @@ However, these tests should give a good idea to determine if a new exchange is
suitable to run with freqtrade.
"""
import pytest
from pathlib import Path
import pytest
from freqtrade.resolvers.exchange_resolver import ExchangeResolver
from tests.conftest import get_default_conf