Skip to content

Commit

Permalink
clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
tkumor3 committed Mar 13, 2024
1 parent 0384245 commit 019225c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion starknet_py/hash/casm_class_hash.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def compute_casm_class_hash(casm_contract_class: CasmClass) -> int:
)

if casm_contract_class.bytecode_segment_lengths is not None:
assert casm_contract_class.bytecode_segment_lengths is not None
bytecode_hash = create_bytecode_segment_structure(
bytecode=casm_contract_class.bytecode,
bytecode_segment_lengths=casm_contract_class.bytecode_segment_lengths,
Expand Down

0 comments on commit 019225c

Please sign in to comment.