Skip to content

Commit

Permalink
fix: remove erroneous string
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Jul 22, 2024
1 parent 5818fca commit 65fdfc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crackle/operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,4 +445,3 @@ def floordiv_scalar(binary:bytes, scalar:int) -> bytes:

def truediv_scalar(binary:bytes, scalar:int) -> bytes:
return operator(binary, lambda uniq: uniq / scalar)
components

0 comments on commit 65fdfc2

Please sign in to comment.