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: Move delayed import to top of file #53

Merged
merged 1 commit into from
Jan 17, 2025
Merged

FIX: Move delayed import to top of file #53

merged 1 commit into from
Jan 17, 2025

Conversation

oesteban
Copy link
Member

Resolves: #23.

@oesteban oesteban merged commit 7f1b52b into main Jan 17, 2025
8 checks passed
@oesteban oesteban deleted the fix/lazy-load branch January 17, 2025 14:02
Copy link

codecov bot commented Jan 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.85%. Comparing base (1a79d77) to head (bd3ae7c).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #53      +/-   ##
==========================================
+ Coverage   65.74%   65.85%   +0.10%     
==========================================
  Files          19       19              
  Lines         943      943              
  Branches      121      121              
==========================================
+ Hits          620      621       +1     
+ Misses        278      277       -1     
  Partials       45       45              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

Import in BaseModel.__init__ method instead of at the top of the file
1 participant