Skip to content

Commit b187239

Browse files
committed
Rename s2_agent to s2_agent1 to avoid conflicts; update imports accordingly
1 parent 697843c commit b187239

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
9 Bytes
Binary file not shown.

dist/singlestore_pulse-0.2.tar.gz

-2 Bytes
Binary file not shown.

pulse_otel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
from pulse_otel.main import Pulse, CustomFileSpanExporter, FileLogExporter, pulse_agent, pulse_tool, s2_agent
1+
from pulse_otel.main import Pulse, CustomFileSpanExporter, FileLogExporter, pulse_agent, pulse_tool, s2_agent1

pulse_otel/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def wrapper(*args, **kwargs):
276276

277277
return decorator
278278

279-
def s2_agent(name):
279+
def s2_agent1(name):
280280
def decorator(func):
281281
@functools.wraps(func)
282282
def wrapper(*args, **kwargs):

0 commit comments

Comments
 (0)