Skip to content

Commit

Permalink
another code formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vfdev-5 committed Nov 21, 2023
1 parent 6545133 commit e7ebecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ignite/distributed/comp_models/test_base.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pytest
import torch

from ignite.distributed.comp_models.base import _torch_version_le_112, _SerialModel, ComputationModel
from ignite.distributed.comp_models.base import _SerialModel, _torch_version_le_112, ComputationModel


@pytest.mark.skipif(
Expand Down

0 comments on commit e7ebecd

Please sign in to comment.