Skip to content

Commit f6d43ac

Browse files
committed
fixed ruff formatting
1 parent 1b366bc commit f6d43ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nerfstudio/field_components/activations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
import torch
2222
from jaxtyping import Float
2323
from torch import Tensor
24-
from torch.autograd import Function
2524
from torch.amp import custom_bwd, custom_fwd
25+
from torch.autograd import Function
2626

2727

2828
class _TruncExp(Function):

0 commit comments

Comments
 (0)