Skip to content

Commit

Permalink
fix: move import to the right file
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuspod committed Jan 27, 2022
1 parent 29dadbf commit ba925c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion yearn/outputs/victoria/output_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import json
from typing import List, Dict
from brownie import chain
from yearn.treasury.buckets import get_token_bucket
from yearn.utils import contract
from yearn.networks import Network

Expand Down
1 change: 1 addition & 0 deletions yearn/outputs/victoria/output_treasury.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from yearn.outputs.victoria.output_helper import _build_item, _post
from yearn.treasury.buckets import get_token_bucket
from yearn.utils import contract

def export(timestamp, data, label):
Expand Down

0 comments on commit ba925c7

Please sign in to comment.