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 ModelManager import in docs #325

Merged
merged 1 commit into from
May 18, 2024
Merged

Fix ModelManager import in docs #325

merged 1 commit into from
May 18, 2024

Conversation

klwetstone
Copy link
Contributor

Fixes a small typo in the docs with instructions for importing the ModelManager class.
From:

from zamba.models.manager import ModelManager

To:

from zamba.models.model_manager import ModelManager

Copy link

netlify bot commented Apr 26, 2024

Deploy Preview for silly-keller-664934 ready!

Name Link
🔨 Latest commit 8f5233d
🔍 Latest deploy log https://app.netlify.com/sites/silly-keller-664934/deploys/6647d9b9af922900082d7146
😎 Deploy Preview https://deploy-preview-325--silly-keller-664934.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor

github-actions bot commented Apr 26, 2024

@ejm714 ejm714 force-pushed the modelmanager-import branch from a4e75fb to 8f5233d Compare May 17, 2024 22:27
Copy link

codecov bot commented May 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.4%. Comparing base (da686dd) to head (8f5233d).

Additional details and impacted files
@@          Coverage Diff           @@
##           master    #325   +/-   ##
======================================
  Coverage    87.4%   87.4%           
======================================
  Files          26      26           
  Lines        2191    2191           
======================================
  Hits         1915    1915           
  Misses        276     276           

@ejm714 ejm714 merged commit 223c541 into master May 18, 2024
15 checks passed
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