Skip to content

Commit 44a0c5d

Browse files
committed
Remove the annotations #1697
Signed-off-by: tdruez <tdruez@nexb.com>
1 parent ad2ae09 commit 44a0c5d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

scanpipe/tests/pipes/test_d2d.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,7 @@ def test_scanpipe_pipes_d2d_match_purldb_resources(self, mock_match_package):
193193
self.assertEqual(package, resource.discovered_packages.get())
194194

195195
@mock.patch("scanpipe.pipes.purldb.request_get")
196-
def test_scanpipe_pipes_d2d_match_purldb_directories(
197-
self, mock_request_get: object
198-
) -> object:
196+
def test_scanpipe_pipes_d2d_match_purldb_directories(self, mock_request_get):
199197
to_1 = make_resource_directory(
200198
self.project1,
201199
"to/package.jar-extract",

0 commit comments

Comments
 (0)