Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 30, 2021
1 parent f7aa812 commit 45097d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pytorch_lightning/loops/batch/training_batch_loop.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
from pytorch_lightning.loops.base import Loop
from pytorch_lightning.loops.closure import Closure, ClosureResult
from pytorch_lightning.loops.utilities import (
_block_parallel_sync_behavior,
_check_training_step_output,
_process_training_step_output,
check_finite_loss,
_block_parallel_sync_behavior,
)
from pytorch_lightning.plugins import ParallelPlugin
from pytorch_lightning.trainer.progress import OptimizationProgress
Expand Down
2 changes: 1 addition & 1 deletion pytorch_lightning/loops/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from contextlib import contextmanager
from typing import Any, Iterator, Mapping, Optional, Tuple, Generator
from typing import Any, Generator, Iterator, Mapping, Optional, Tuple

import torch

Expand Down

0 comments on commit 45097d0

Please sign in to comment.