Skip to content

Commit e1c8b5c

Browse files
committed
Reformat code with make valid #1854
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent 2a1bf86 commit e1c8b5c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scanpipe/pipes/d2d.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,7 @@ def find_jvm_packages(project, jvm_lang: jvm.JvmLanguage, logger=None):
262262
263263
Note: we use the same API as the ScanCode scans by design
264264
"""
265-
resources = (
266-
project.codebaseresources.files().no_status().from_codebase()
267-
)
265+
resources = project.codebaseresources.files().no_status().from_codebase()
268266

269267
from_jvm_resources = resources.filter(extension__in=jvm_lang.source_extensions)
270268

0 commit comments

Comments
 (0)