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] Use correct imports from backpack in website examples #262

Merged
merged 2 commits into from
Sep 24, 2022

Conversation

f-dangel
Copy link
Owner

Fixes #261.

Replaces
from backpack import ..., X <-> from backpack import ..., extensions and
with backpack(X()) <-> with backpack(extensions.X())

on the website examples.

Replaces
`from backpack import ..., X` <-> `from backpack import ..., extensions`
and
`with backpack(X())` <-> `with backpack(extensions.X())`
@f-dangel f-dangel merged commit 53ddd86 into development Sep 24, 2022
@f-dangel f-dangel deleted the fix-example-imports branch September 24, 2022 16:06
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