Skip to content

Commit e838f98

Browse files
committed
Fix precommit
1 parent 21a9be8 commit e838f98

File tree

1 file changed

+1
-1
lines changed
  • exporter/opentelemetry-exporter-otlp-proto-common/src/opentelemetry/exporter/otlp/proto/common/_internal/utils

1 file changed

+1
-1
lines changed

exporter/opentelemetry-exporter-otlp-proto-common/src/opentelemetry/exporter/otlp/proto/common/_internal/utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ def __init__(self, name, class_type):
1919
self.class_type = class_type
2020

2121
def load(self):
22-
return self.class_type
22+
return self.class_type

0 commit comments

Comments
 (0)