Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wjblanke committed May 10, 2023
1 parent 09ba7cc commit 31beff5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chia/farmer/farmer_api.py
Expand Up @@ -34,9 +34,10 @@
from chia.types.blockchain_format.proof_of_space import (
generate_plot_public_key,
generate_taproot_sk,
verify_and_get_quality_string,
get_plot_id,
verify_and_get_quality_string,
)
from chia.types.blockchain_format.sized_bytes import bytes32
from chia.util.api_decorators import api_request
from chia.util.ints import uint32, uint64

Expand Down

0 comments on commit 31beff5

Please sign in to comment.