Skip to content

Commit a9b76a5

Browse files
committed
nits: format code
1 parent 658b554 commit a9b76a5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tasks/opencv.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,7 @@ def build(
132132
]
133133

134134
for header_dir in header_dirs:
135-
for header_file in listdir(
136-
join(opencv_dir, header_dir, "opencv2")
137-
):
135+
for header_file in listdir(join(opencv_dir, header_dir, "opencv2")):
138136
src_path = join(opencv_dir, header_dir, "opencv2", header_file)
139137
dst_path = join(dst_header_dir, header_file)
140138
if isdir(src_path):

0 commit comments

Comments
 (0)