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 Mar 12, 2024
1 parent b0f3987 commit 16738a4
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
- Deprecate this class when possible
"""


from typing import Union

import torch
Expand Down
1 change: 0 additions & 1 deletion happypose/pose_estimators/megapose/bop_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

# Cosypose models


BOP_CONFIG = {}
BOP_CONFIG["hb"] = {
"input_resize": (640, 480),
Expand Down
1 change: 1 addition & 0 deletions tests/test_detector.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Set of unit tests for testing inference example for CosyPose."""

import unittest

from happypose.pose_estimators.cosypose.cosypose.config import LOCAL_DATA_DIR
Expand Down
1 change: 0 additions & 1 deletion tests/test_lib3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ def test_constructor(self):


class TestRotations(unittest.TestCase):

"""
Compare results with their equivalent pinocchio implementation.
"""
Expand Down
1 change: 1 addition & 0 deletions tests/test_renderer_bullet.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Set of unit tests for bullet renderer."""

import unittest
from pathlib import Path

Expand Down

0 comments on commit 16738a4

Please sign in to comment.