Skip to content

Commit

Permalink
add style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
maxymnaumchyk committed Sep 17, 2024
1 parent c0da418 commit 000e10a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/awkward/operations/ak_to_jaggedtensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def to_jaggedtensor(

def _impl(array, padded, padding_value, max_lengths, keep_regular):
try:
import fbgemm_gpu
import torch
except ImportError as err:
raise ImportError(
Expand Down

0 comments on commit 000e10a

Please sign in to comment.