Merge "Add staticmethod decorator in InitiatorConnector"

This commit is contained in:
Zuul 2018-10-01 16:30:44 +00:00 committed by Gerrit Code Review
commit bcb1623471
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ class InitiatorConnector(executor.Executor):
"""The driver is used to find used LUNs."""
self.driver = driver
@staticmethod
@abc.abstractmethod
def get_connector_properties(root_helper, *args, **kwargs):
"""The generic connector properties."""