Lint: F821 undefined name 'pool'/'volume'

This class is actually entirely unused but is kept for consistency with
the others. It may be used someday for something.
This commit is contained in:
Joshua Boniface 2020-11-07 13:34:18 -05:00
parent c3dfe2e381
commit f5988ad53d
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ class CephVolumeInstance(object):
self.stats = json.loads(data)
class CephSnapshotInstance(object):
def __init__(self, zk_conn, this_node, name):
def __init__(self, zk_conn, this_node, pool, volume, name):
self.zk_conn = zk_conn
self.this_node = this_node
self.pool = pool