Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: A few missing re-exports from root module #192

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

alexdewar
Copy link
Contributor

I was playing around with things and noticed that read_to_dict and read_to_list are not re-exported from the main csvy package, unlike the other readers, so you have to import them from csvy.readers instead, which seems a bit inconsistent.

I also changed the tests for the readers to import from csvy rather than csvy.readers so we can check things are exported properly.

@alexdewar alexdewar requested a review from dalonsoa January 24, 2025 09:31
Copy link
Collaborator

@dalonsoa dalonsoa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Many thanks for spotting this.

@alexdewar alexdewar enabled auto-merge January 28, 2025 15:54
@alexdewar
Copy link
Contributor Author

Nw. It looks like it's waiting on some non-existing CI checks to finish... Did you change the CI config recently?

@dalonsoa
Copy link
Collaborator

Yep, its in the other PR. Sorry. I'll merge this as soon as I've tackled the comments in the other and merged it.

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.

2 participants