Skip to content

Commit

Permalink
Fix import issue in Periodic Padding test (#2446)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbennun authored May 6, 2024
1 parent eb84553 commit f994478
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ci_test/unit_tests/test_unit_module_periodic_padding.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
import numpy as np
import test_util
import pytest
from torch import Tensor
import torch.nn.functional as F

try:
from torch import Tensor
Expand Down

0 comments on commit f994478

Please sign in to comment.