From b007a76f3ddc932b7af3984a37cf938fb5d455ad Mon Sep 17 00:00:00 2001 From: KopekC Date: Wed, 12 Mar 2025 20:27:37 -0400 Subject: [PATCH] feat: remove jwt --- src/codegen/extensions/attribution/3pp/cursor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/codegen/extensions/attribution/3pp/cursor.py b/src/codegen/extensions/attribution/3pp/cursor.py index 6b141a4f4..7b775fc6b 100644 --- a/src/codegen/extensions/attribution/3pp/cursor.py +++ b/src/codegen/extensions/attribution/3pp/cursor.py @@ -10,6 +10,7 @@ # import jwt # import requests # + # # class Cursor: # def __init__(self, log_level=logging.INFO):