pyocf: format all .py files with black -l 100
Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
This commit is contained in:
@@ -14,10 +14,7 @@ class OcfLib:
|
||||
def getInstance(cls):
|
||||
if cls.__lib__ is None:
|
||||
lib = cdll.LoadLibrary(
|
||||
os.path.join(
|
||||
os.path.dirname(inspect.getfile(inspect.currentframe())),
|
||||
"libocf.so",
|
||||
)
|
||||
os.path.join(os.path.dirname(inspect.getfile(inspect.currentframe())), "libocf.so",)
|
||||
)
|
||||
lib.ocf_volume_get_uuid.restype = c_void_p
|
||||
lib.ocf_volume_get_uuid.argtypes = [c_void_p]
|
||||
|
||||
Reference in New Issue
Block a user