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 import order in Python files #420

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

LacombeLouis
Copy link
Collaborator

@LacombeLouis LacombeLouis commented Mar 1, 2024

Description

Fix issue #418.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist

  • I have read the contributing guidelines
  • I have updated the HISTORY.rst and AUTHORS.rst files
  • Linting passes successfully : make lint
  • Typing passes successfully : make type-check
  • Unit tests pass successfully : make tests
  • Coverage is 100% : make coverage
  • Documentation builds successfully : make doc

@LacombeLouis LacombeLouis linked an issue Mar 1, 2024 that may be closed by this pull request
@codecov-commenter
Copy link

codecov-commenter commented Mar 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (614293e) to head (167abff).
Report is 276 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##            master      #420    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           39        39            
  Lines         4616      4895   +279     
  Branches       487       801   +314     
==========================================
+ Hits          4616      4895   +279     

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

@LacombeLouis LacombeLouis merged commit d7297c2 into master Mar 1, 2024
8 checks passed
@LacombeLouis LacombeLouis deleted the 418-sort-imports-in-mapie-code branch April 19, 2024 14:40
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.

Sort imports in MAPIE code
4 participants