Skip to content

Commit bd24f4f

Browse files
committed
Fix isort issue in PR #694
1 parent 5444ff1 commit bd24f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opacus/grad_sample/embedding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
import torch
1919
import torch.nn as nn
20-
2120
from opacus.grad_sample import embedding_norm_sample
21+
2222
from .utils import register_grad_sampler, register_norm_sampler
2323

2424

0 commit comments

Comments
 (0)