osdf rearchitecture into apps and libs
[optf/osdf.git] / osdf / logging / osdf_logging.py
index e457f18..a5a9739 100755 (executable)
@@ -191,6 +191,7 @@ class OOF_OSDFLogMessageFormatter(object):
 
     @staticmethod
     def received_http_response(resp):
+        """ """
         return "Received response [code: {}, headers: {}, data: {}]".format(
             resp.status_code, resp.headers, resp.__dict__)