Skip to content

Commit 87a167d

Browse files
committed
Add type hints
1 parent a09e352 commit 87a167d

File tree

1 file changed

+2
-0
lines changed
  • opentelemetry-instrumentation/src/opentelemetry/instrumentation

1 file changed

+2
-0
lines changed

Diff for: opentelemetry-instrumentation/src/opentelemetry/instrumentation/dependencies.py

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ def __str__(self):
4040

4141

4242
class DependencyConflictError(Exception):
43+
conflict: DependencyConflict
44+
4345
def __init__(self, conflict: DependencyConflict):
4446
self.conflict = conflict
4547

0 commit comments

Comments
 (0)