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 upgrade step #55

Merged
merged 4 commits into from
Aug 3, 2023
Merged

Fix upgrade step #55

merged 4 commits into from
Aug 3, 2023

Conversation

folix-01
Copy link
Member

#54

@mamico
Copy link
Contributor

mamico commented Jul 26, 2023

due cose:

  1. è un problema se togli da blocks ma non da layout o hai già visto che non succede nulla?

  2. usare meno deepcopy ...

    def remove_twitter(blocks):
        return {
            key: block 
            for (key, block) in blocks.items() 
            if block.get("@type") != "twitter_posts"
        }

@mamico mamico self-requested a review July 26, 2023 11:15
@folix-01
Copy link
Member Author

folix-01 commented Aug 3, 2023

@mamico Solved here

@mamico mamico merged commit 0308e57 into main Aug 3, 2023
9 checks passed
@mamico mamico deleted the fix_upgradestep branch August 3, 2023 15:18
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