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 Dec 2, 2024
1 parent 0e1c38f commit 4e6faf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/tests_pytorch/utilities/test_model_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def test_is_overridden():
def test_mixed_imports_unified():
from lightning.pytorch.utilities.compile import _maybe_unwrap_optimized as new_unwrap
from lightning.pytorch.utilities.model_helpers import is_overridden as new_is_overridden

from pytorch_lightning.callbacks import EarlyStopping as OldEarlyStopping
from pytorch_lightning.demos.boring_classes import BoringModel as OldBoringModel

Expand Down

0 comments on commit 4e6faf5

Please sign in to comment.