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 Nov 6, 2023
1 parent b899421 commit d221cf1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions monai/transforms/regularization/array.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@

from abc import abstractmethod
from typing import Tuple
from monai.config import KeysCollection
import torch
from monai.transforms import Transform, MapTransform
from monai.transforms import Transform
from math import sqrt, ceil

__all__ = ["MixUp", "CutMix", "CutOut"]
Expand Down

0 comments on commit d221cf1

Please sign in to comment.