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