Skip to content

Commit 9ffe328

Browse files
committed
fix
1 parent 092277f commit 9ffe328

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cozeloop/_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
class APIBasePath:
4343
def __init__(
4444
self,
45-
trace_span_upload_path: str,
46-
trace_file_upload_path: str,
45+
trace_span_upload_path: str = None,
46+
trace_file_upload_path: str = None,
4747
):
4848
self.trace_span_upload_path = trace_span_upload_path
4949
self.trace_file_upload_path = trace_file_upload_path

0 commit comments

Comments
 (0)