pep8 fixes
This commit is contained in:
@@ -50,9 +50,8 @@ class List(logcommand.LogCommand):
|
||||
if not paths:
|
||||
print 'No drives found.'
|
||||
|
||||
|
||||
class Drive(logcommand.LogCommand):
|
||||
summary = "handle drives"
|
||||
|
||||
subCommandClasses = [List, ]
|
||||
|
||||
|
||||
|
||||
@@ -218,5 +218,3 @@ class Offset(logcommand.LogCommand):
|
||||
summary = "handle drive offsets"
|
||||
|
||||
subCommandClasses = [Find, ]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user