Closed priyanshu-panwar closed 3 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 76.21%. Comparing base (
3e24e61
) to head (e87e06f
). Report is 2 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This pull request includes changes to improve the import structure and update the usage example in the
README.md
for thefastapi_utilities
package.Improvements to import structure:
fastapi_utilities/repeat/__init__.py
: Added imports forrepeat_at
andrepeat_every
to streamline the import process.Documentation update:
README.md
: Updated the usage example to reflect the new import path forrepeat_every
andrepeat_at
fromfastapi_utilities
.