Rename 'throwaway' variables to single underscore
Also removed unused ones
This commit is contained in:
@@ -66,6 +66,6 @@ def getDeviceInfo(path):
|
||||
except ImportError:
|
||||
return None
|
||||
device = cdio.Device(path)
|
||||
ok, vendor, model, release = device.get_hwinfo()
|
||||
_, vendor, model, release = device.get_hwinfo()
|
||||
|
||||
return vendor, model, release
|
||||
|
||||
Reference in New Issue
Block a user