Skip to content

Commit b516b9e

Browse files
committed
remove conflict headers
1 parent c93e357 commit b516b9e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/langtrace_python_sdk/langtrace.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@
2929
from opentelemetry.instrumentation.sqlalchemy import SQLAlchemyInstrumentor
3030
from opentelemetry.sdk.resources import SERVICE_NAME, Resource
3131
from opentelemetry.sdk.trace import TracerProvider
32-
<<<<<<< HEAD
33-
from opentelemetry.sdk.trace.export import (BatchSpanProcessor,
34-
ConsoleSpanExporter,
35-
SimpleSpanProcessor)
36-
=======
3732
from opentelemetry.sdk.trace.export import (
3833
BatchSpanProcessor,
3934
ConsoleSpanExporter,
@@ -80,7 +75,6 @@
8075
GoogleGenaiInstrumentation,
8176
GraphlitInstrumentation,
8277
)
83-
>>>>>>> 0f7e0f0 (add graphlit instrumentation)
8478
from opentelemetry.util.re import parse_env_headers
8579
from sentry_sdk.types import Event, Hint
8680

0 commit comments

Comments
 (0)