Skip to content

Commit 3d3cbd9

Browse files
committed
lint
1 parent 283e6f3 commit 3d3cbd9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

azure-monitor-opentelemetry-distro/tests/test_flask.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
class TestFlaskInstrumentation(unittest.TestCase):
77
def test_instrument(self):
88
excluded_urls = "client/.*/info,healthcheck"
9-
109
try:
1110
FlaskInstrumentor().instrument(excluded_urls=excluded_urls)
1211
except Exception as ex: # pylint: disable=broad-except

azure-monitor-opentelemetry-distro/tests/test_requests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import requests
21
import unittest
32

43
from opentelemetry.instrumentation.requests import RequestsInstrumentor

0 commit comments

Comments
 (0)