Skip to content

Commit 7930c46

Browse files
committed
Linter fix
1 parent 3f320ce commit 7930c46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

torchvision/models/optical_flow/raft.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
from torch.nn.modules.instancenorm import InstanceNorm2d
99
from torchvision.ops import ConvNormActivation
1010

11-
from ._utils import grid_sample, make_coords_grid, upsample_flow
1211
from ...utils import _log_api_usage_once
12+
from ._utils import grid_sample, make_coords_grid, upsample_flow
1313

1414

1515
__all__ = (

torchvision/prototype/models/vision_transformer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
import torch.nn as nn
1212
from torch import Tensor
1313

14+
from ...utils import _log_api_usage_once
1415
from ._api import WeightsEnum
1516
from ._utils import handle_legacy_interface
16-
from ...utils import _log_api_usage_once
1717

1818

1919
__all__ = [

0 commit comments

Comments
 (0)