Skip to content

Commit

Permalink
remove unused definition
Browse files Browse the repository at this point in the history
  • Loading branch information
aquamatthias committed Nov 11, 2024
1 parent 701a179 commit cf87973
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions fixlib/fixlib/units.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
reg.define("Ki = 1 KiB")
reg.define("KB = 1000 B")

# globally define or register units

bytes_u: pint.Quantity = reg.byte


def parse(s: str) -> pint.Quantity:
return reg.parse_expression(s)

0 comments on commit cf87973

Please sign in to comment.