Small pylint fixes
This commit is contained in:
@@ -251,10 +251,10 @@ class FakeSessionForMigrationTests(fake.SessionBase):
|
|||||||
def __init__(self, uri):
|
def __init__(self, uri):
|
||||||
super(FakeSessionForMigrationTests, self).__init__(uri)
|
super(FakeSessionForMigrationTests, self).__init__(uri)
|
||||||
|
|
||||||
def VDI_get_by_uuid(*args):
|
def VDI_get_by_uuid(self, *args):
|
||||||
return 'hurr'
|
return 'hurr'
|
||||||
|
|
||||||
def VDI_resize_online(*args):
|
def VDI_resize_online(self, *args):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def VM_start(self, _1, ref, _2, _3):
|
def VM_start(self, _1, ref, _2, _3):
|
||||||
|
|||||||
Reference in New Issue
Block a user