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 8, 2024
1 parent 79e9d9c commit 890155a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/torchmetrics/detection/mean_ap.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import json
from collections.abc import Sequence
from types import ModuleType
from typing import Any, Callable, ClassVar, Optional, Union, List
from typing import Any, Callable, ClassVar, List, Optional, Union

import numpy as np
import torch
Expand Down
2 changes: 1 addition & 1 deletion src/torchmetrics/regression/csi.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
from typing import Any, Optional, List
from typing import Any, List, Optional

import torch
from torch import Tensor
Expand Down

0 comments on commit 890155a

Please sign in to comment.