mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Python code linting changes detected by black
This commit is contained in:
parent
09962c2140
commit
36b9f38e3b
@ -120,11 +120,11 @@ class PdmObjectBase:
|
|||||||
self.__set_grpc_value(camel_kw, value)
|
self.__set_grpc_value(camel_kw, value)
|
||||||
|
|
||||||
def pb2_object(self):
|
def pb2_object(self):
|
||||||
""" Private method"""
|
"""Private method"""
|
||||||
return self._pb2_object
|
return self._pb2_object
|
||||||
|
|
||||||
def channel(self):
|
def channel(self):
|
||||||
""" Private method"""
|
"""Private method"""
|
||||||
return self._channel
|
return self._channel
|
||||||
|
|
||||||
def address(self):
|
def address(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user