8000 fix unreferenced variable · lineCode/opencv-python@63cdb56 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 63cdb56

Browse files
committed
fix unreferenced variable
1 parent d18b0ea commit 63cdb56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def main():
3434
if build_contrib:
3535
g.run_command(["submodule", "update", "--init", "--recursive", "opencv_contrib"])
3636

37-
del use_depth, g, pip
37+
del g, pip
3838

3939
# https://stackoverflow.com/questions/1405913/python-32bit-or-64bit-mode
4040
x64 = sys.maxsize > 2**32

0 commit comments

Comments
 (0)
0