Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 695739860
Change-Id: Ib791fb0737addd6215615e5150a8695f5bea88bd
  • Loading branch information
Martin Huschenbett authored and copybara-github committed Nov 12, 2024
1 parent c7bce11 commit db88178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envlogger/converters/codec.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ def from_bigint(int_bytes):
)

if array is None:
return None
return None # pytype: disable=bad-return-type

return np.reshape(array, shape)

Expand Down

0 comments on commit db88178

Please sign in to comment.