Skip to content

fix: add RedditUtils to __all__ exports#82

Open
sjhddh wants to merge 1 commit intoAI4Finance-Foundation:masterfrom
sjhddh:fix/export-reddit-utils
Open

fix: add RedditUtils to __all__ exports#82
sjhddh wants to merge 1 commit intoAI4Finance-Foundation:masterfrom
sjhddh:fix/export-reddit-utils

Conversation

@sjhddh
Copy link

@sjhddh sjhddh commented Jan 25, 2026

Summary

Add RedditUtils to the __all__ list in finrobot/data_source/__init__.py.

The Issue

RedditUtils is imported at module level but was not included in __all__, making it inaccessible when using wildcard imports:

from finrobot.data_source import *
# RedditUtils would not be available

The Fix

Added "RedditUtils" to the __all__ list for consistency with other utils classes.

Test plan

  • Verify RedditUtils is now in __all__
  • No functional changes, export fix only

RedditUtils was imported but not included in __all__, making it
inaccessible when using `from finrobot.data_source import *`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant