You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2020/07/02 13:44:08 UTC

[skywalking-python] 05/12: fix code style

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch flask-plugin
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git

commit dc46719bff13443f038cb8dcf1d62e23fcad77d4
Author: huawei <hu...@bit-s.cn>
AuthorDate: Fri Jun 26 11:23:56 2020 +0800

    fix code style
---
 skywalking/plugins/sw_requests/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/skywalking/plugins/sw_requests/__init__.py b/skywalking/plugins/sw_requests/__init__.py
index f6b90d2..b1b6d02 100644
--- a/skywalking/plugins/sw_requests/__init__.py
+++ b/skywalking/plugins/sw_requests/__init__.py
@@ -82,4 +82,4 @@ def install():
         Session.request = _sw_request
     except Exception:
         logger.warning('failed to install plugin %s', __name__)
-        traceback.print_exc()
\ No newline at end of file
+        traceback.print_exc()