Skip to content

Commit

Permalink
newline import for black
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-o-how authored and Yostra committed Jan 12, 2021
1 parent d53409c commit 043a5b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_cost_calculation.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@

from src.full_node.bundle_tools import best_solution_program
from src.full_node.cost_calculator import calculate_cost_of_program
from src.full_node.mempool_check_conditions import get_name_puzzle_conditions, get_puzzle_and_solution_for_coin
from src.full_node.mempool_check_conditions import (
get_name_puzzle_conditions,
get_puzzle_and_solution_for_coin,
)
from tests.setup_nodes import test_constants, bt
from clvm_tools import binutils

Expand Down

0 comments on commit 043a5b6

Please sign in to comment.