Rename `.binance.schemas` -> `.venues`

basic_buy_bot
Tyler Goodlet 2023-06-14 15:34:17 -04:00
parent 9ff03ba00c
commit 3c89295efe
3 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ from piker.brokers._util import (
SymbolNotFound, SymbolNotFound,
get_logger, get_logger,
) )
from .schemas import ( from .venues import (
PAIRTYPES, PAIRTYPES,
Pair, Pair,
MarketType, MarketType,

View File

@ -70,7 +70,7 @@ from piker.brokers._util import (
from .api import ( from .api import (
Client, Client,
) )
from .schemas import ( from .venues import (
Pair, Pair,
FutesPair, FutesPair,
) )