Skip to content

Commit 358aaa0

Browse files
author
Ryo Kather
committed
Ran isort to follow pep8 import conversions
Rearranged location of required install Fixed dependency location and linting
1 parent 9aba340 commit 358aaa0

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

dev-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ readme-renderer~=24.0
1313
grpcio-tools==1.29.0
1414
mypy-protobuf>=1.23
1515
protobuf>=3.13.0
16-
yarl~=1.6

opentelemetry-instrumentation/setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ include_package_data = True
4343
install_requires =
4444
opentelemetry-api == 1.4.0.dev0
4545
wrapt >= 1.0.0, < 2.0.0
46+
yarl ~= 1.6
4647

4748
[options.packages.find]
4849
where = src

opentelemetry-instrumentation/src/opentelemetry/instrumentation/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
from typing import Dict, Sequence
1616

1717
from wrapt import ObjectProxy
18-
1918
from yarl import URL
2019

2120
from opentelemetry.trace import StatusCode

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,8 @@ deps =
405405
protobuf>=3.13.0
406406
requests==2.25.0
407407
pyodbc~=4.0.30
408+
yarl ~= 1.6
409+
408410
changedir =
409411
tests/opentelemetry-docker-tests/tests
410412

@@ -440,4 +442,4 @@ deps =
440442

441443
commands =
442444
{toxinidir}/scripts/generate_setup.py
443-
{toxinidir}/scripts/generate_instrumentation_bootstrap.py
445+
{toxinidir}/scripts/generate_instrumentation_bootstrap.py

0 commit comments

Comments
 (0)