From 36b9f38e3b583e59111238a952ad8ac3b37aa588 Mon Sep 17 00:00:00 2001 From: jonjenssen Date: Mon, 26 Apr 2021 21:32:22 +0000 Subject: [PATCH] Python code linting changes detected by black --- GrpcInterface/Python/rips/pdmobject.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GrpcInterface/Python/rips/pdmobject.py b/GrpcInterface/Python/rips/pdmobject.py index 6cb8c79032..400492d8e5 100644 --- a/GrpcInterface/Python/rips/pdmobject.py +++ b/GrpcInterface/Python/rips/pdmobject.py @@ -120,11 +120,11 @@ class PdmObjectBase: self.__set_grpc_value(camel_kw, value) def pb2_object(self): - """ Private method""" + """Private method""" return self._pb2_object def channel(self): - """ Private method""" + """Private method""" return self._channel def address(self):