feat: enhance utils/__init__.py with explicit exports#1655
Closed
ashrion wants to merge 1 commit into
Closed
Conversation
- Added exports for new db_manager functions: get_all_scores, clear_scores - Added export for print_welcome_banner from banners - Added exports for all error_logger functions - Added __all__ list for explicit public API Fixes steam-bell-92#1654
|
@ashrion is attempting to deploy a commit to the Anuj's projects Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Enhanced
utils/__init__.pywith explicit exports for all public utility functions.Changes
db_managerfunctions:get_all_scores,clear_scoresprint_welcome_bannerfrombannerserror_loggerfunctions:log_exception,summarize_logs,get_recent_errors,clear_logs,safe_run__all__list for explicit public APIHow to Test
from utils import get_all_scores, clear_scores, log_exception, safe_runRelated Issues
Fixes #1654
GSSoC 2026