Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sigurdp committed Sep 28, 2023
1 parent 3726308 commit a02831f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/src/services/utils/b64.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,3 @@ def b64_encode_uint_array_as_smallest_size(
def _base64_encode_numpy_arr_to_str(np_arr: NDArray) -> str:
base64_bytes: bytes = base64.b64encode(np_arr.ravel(order="C").data)
return base64_bytes.decode("ascii")

0 comments on commit a02831f

Please sign in to comment.