Skip to content

Commit 715836c

Browse files
committed
Remove unused variable
1 parent 2b037bd commit 715836c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
long_description = "\n" + f.read()
2222

2323
board_reqs = []
24-
platform_reqs = []
2524
if os.path.exists("/proc/device-tree/compatible"):
2625
with open("/proc/device-tree/compatible", "rb") as f:
2726
compat = f.read()

0 commit comments

Comments
 (0)