Skip to content

Commit

Permalink
fix: constant import
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuspod committed Jan 26, 2022
1 parent c2399bd commit 914a627
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from brownie import chain
from yearn.yearn import Yearn
from yearn.outputs import victoria
from yearn.constants import ib_snapshot_block
from yearn.prices import constants

logger = logging.getLogger('yearn.exporter')
sleep_interval = int(os.environ.get('SLEEP_SECONDS', '0'))
Expand Down
2 changes: 1 addition & 1 deletion yearn/yearn.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from yearn.networks import Network
from yearn.outputs import victoria
from yearn.exceptions import UnsupportedNetwork
from yearn.constants import ib_snapshot_block
from yearn.prices import constants

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 914a627

Please sign in to comment.