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

[skywalking-python] 08/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 64f7face645fa16d7c903153a0bc979a14a55895
Author: huawei <hu...@bit-s.cn>
AuthorDate: Fri Jun 26 13:55:46 2020 +0800

    update code style
---
 skywalking/plugins/sw_flask/__init__.py    | 1 -
 tests/plugin/sw_flask/services/consumer.py | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/skywalking/plugins/sw_flask/__init__.py b/skywalking/plugins/sw_flask/__init__.py
index ad937b0..b62ceb0 100644
--- a/skywalking/plugins/sw_flask/__init__.py
+++ b/skywalking/plugins/sw_flask/__init__.py
@@ -15,7 +15,6 @@
 # limitations under the License.
 #
 import logging
-import traceback
 
 from skywalking import Layer, Component
 from skywalking.trace import tags
diff --git a/tests/plugin/sw_flask/services/consumer.py b/tests/plugin/sw_flask/services/consumer.py
index 373899e..e4b6cc1 100644
--- a/tests/plugin/sw_flask/services/consumer.py
+++ b/tests/plugin/sw_flask/services/consumer.py
@@ -36,4 +36,4 @@ if __name__ == '__main__':
 
     PORT = 9090
     app.run(port=PORT)
-
+    
\ No newline at end of file