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 Sep 15, 2024
1 parent e629556 commit d092f65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions kornia/contrib/object_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@

class BoundingBox(BoundingBoxBase):
warnings.warn(
"BoundingBox is deprecated and will be removed in v0.8.0. "
"Use kornia.models.detector.BoundingBox instead.",
"BoundingBox is deprecated and will be removed in v0.8.0. " "Use kornia.models.detector.BoundingBox instead.",
DeprecationWarning,
)

Expand Down
2 changes: 1 addition & 1 deletion kornia/filters/dexined.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from __future__ import annotations

from collections import OrderedDict
from typing import ClassVar, List, Optional
from typing import ClassVar, Optional

import torch
import torch.nn.functional as F
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
accelerate
boxmot
coverage
distutils
diffusers
distutils
mypy
numpy<3
onnx
Expand Down

0 comments on commit d092f65

Please sign in to comment.