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

json: Pretty-print dump (by default); Remove "available_markets" field #38

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

Conversation

eacousineau
Copy link

@eacousineau eacousineau commented May 30, 2021

Otherwise, this makes the file needlessly larger and hard to parse with certain text editors

Different from #33 in that this does it by default

Otherwise, this makes the file needlessly larger

def scrub_cruft(obj):
if isinstance(obj, dict):
maybe_delete(obj, "available_markets")

Choose a reason for hiding this comment

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

You can use obj.pop("available_markets", None) here instead.

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