Skip to content

Commit

Permalink
Fix import order.
Browse files Browse the repository at this point in the history
  • Loading branch information
fchirica committed Jan 13, 2025
1 parent f1d33e5 commit ca2ae58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chia/data_layer/data_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
TreeIndex,
)
from chia.types.blockchain_format.sized_bytes import bytes32
from chia.util.db_wrapper import SQLITE_MAX_VARIABLE_NUMBER, DBWrapper2
from chia.util.batches import to_batches
from chia.util.db_wrapper import SQLITE_MAX_VARIABLE_NUMBER, DBWrapper2
from chia.util.lru_cache import LRUCache

log = logging.getLogger(__name__)
Expand Down

0 comments on commit ca2ae58

Please sign in to comment.