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:12 UTC

[skywalking-python] 09/12: update 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 56611151f2606422db2d5487881d11af68ef5086
Author: huawei <hu...@bit-s.cn>
AuthorDate: Fri Jun 26 13:57:37 2020 +0800

    update code style
---
 tests/plugin/sw_flask/services/consumer.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/plugin/sw_flask/services/consumer.py b/tests/plugin/sw_flask/services/consumer.py
index e4b6cc1..58f02a6 100644
--- a/tests/plugin/sw_flask/services/consumer.py
+++ b/tests/plugin/sw_flask/services/consumer.py
@@ -36,4 +36,3 @@ if __name__ == '__main__':
 
     PORT = 9090
     app.run(port=PORT)
-    
\ No newline at end of file