Skip to content

Commit

Permalink
Facepalm: remove now unused CostModel idea..
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy committed Aug 11, 2023
1 parent 077d9bf commit c5ed6e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions piker/accounting/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
mk_allocator,
Allocator,
)
from .models import CostModel


log = get_logger(__name__)
Expand All @@ -59,7 +58,6 @@
'Account',
'Allocator',
'Asset',
'CostModel',
'MktPair',
'Position',
'Symbol',
Expand Down
2 changes: 0 additions & 2 deletions piker/clearing/_paper_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
from piker.brokers import get_brokermod
from piker.accounting import (
Account,
# CostModel,
MktPair,
Position,
Transaction,
Expand Down Expand Up @@ -790,7 +789,6 @@ def norm_trade(
pairs: dict[str, Struct],
symcache: SymbologyCache | None = None,

# fees: CostModel | None = None,
brokermod: ModuleType | None = None,

) -> Transaction:
Expand Down

0 comments on commit c5ed6e6

Please sign in to comment.