Skip to content

Commit

Permalink
autopep8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leej3 authored and github-actions[bot] committed Mar 22, 2024
1 parent ea84f3d commit 8192e6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/ignite/contrib/engines/test_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
import torch.nn as nn
from torch.utils.data.distributed import DistributedSampler

import ignite.handlers as handlers
import ignite.distributed as idist

import ignite.handlers as handlers
from ignite.contrib.engines.common import (
_setup_logging,
add_early_stopping_by_val_score,
Expand Down

0 comments on commit 8192e6c

Please sign in to comment.