Skip to content

Commit

Permalink
looks like an unrequired import got added to native_amp sometime in t…
Browse files Browse the repository at this point in the history
…he last few hours
  • Loading branch information
speediedan committed Oct 5, 2022
1 parent 635d9bd commit bba3e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pytorch_lightning/plugins/precision/native_amp.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import pytorch_lightning as pl
from lightning_lite.accelerators.cuda import _patch_cuda_is_available
from lightning_lite.utilities.types import Optimizable, Steppable
from lightning_lite.utilities.types import Optimizable
from pytorch_lightning.plugins.precision.precision_plugin import PrecisionPlugin
from pytorch_lightning.utilities import _TORCH_GREATER_EQUAL_1_10, AMPType
from pytorch_lightning.utilities.exceptions import MisconfigurationException
Expand Down

0 comments on commit bba3e82

Please sign in to comment.