Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
Fix flexiblecontracting.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DavoudTaghawiNejad committed Sep 11, 2017
1 parent ca17c77 commit 01ab8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abce/contracts/flexiblecontracting.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from random import shuffle
from abce.trade import get_epsilon
from .contracts import Contracts
from .contract import Contract
from .contracting import Contract

epsilon = get_epsilon()

Expand Down

0 comments on commit 01ab8f7

Please sign in to comment.