Skip to content

Commit 94a8eac

Browse files
committed
Comment out github app auth
1 parent 3ea76f1 commit 94a8eac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/redis_release/cli.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
from .bht.tree import TreeInspector, async_tick_tock, initialize_tree_and_state
1919
from .config import load_config
2020
from .conversation_models import ConversationArgs, InboxMessage
21-
from .github_app_auth import GitHubAppAuth, load_private_key_from_file
21+
22+
# from .github_app_auth import GitHubAppAuth, load_private_key_from_file
2223
from .github_client_async import GitHubClientAsync
2324
from .logging_config import setup_logging
2425
from .models import ReleaseArgs, ReleaseType, SlackArgs

0 commit comments

Comments
 (0)