Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Gibson <[email protected]>
  • Loading branch information
warner and gibson042 authored Oct 5, 2024
1 parent 5ca32c7 commit 8005d8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/SwingSet/misc-tools/extract-block.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Given a slogfile argument, start height (or "bootstrap"), and optional
# end height, filter to lines in the inclusive range from start to end.

import sys, gzip, json

fn = sys.argv[1]
Expand Down

0 comments on commit 8005d8e

Please sign in to comment.