-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Format fixes #159
Merged
Merged
Format fixes #159
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sir,can u tell me why u write down something in init.py sometimes, but sometimes u write down nothing in init.py,I can’t understand it sir, could u tell a little Pythonista the reason,thx. |
ebreton
added a commit
to ebreton/full-stack-fastapi-postgresql
that referenced
this pull request
Jun 1, 2020
…-postgresql into tiangolo-master * 'master' of git://github.com/tiangolo/full-stack-fastapi-postgresql: (63 commits) 📝 Update release notes ✨ Add GitHub Sponsors button (fastapi#201) 📝 Update release notes 🔊 Add consistent errors for env vars not set (fastapi#200) 📝 Update release notes ✨ Upgrade Traefik to version 2 (fastapi#199) 📝 Update release notes 📝 Add docs about reporting coverage in HTML (fastapi#161) 📝 Update relase notes ✨ Test using the TestClient (fastapi#160) 🎨 Format fixes (fastapi#159) 📝 Update release notes ♻️ Refactor backend, settings, DB sessions, types, configs, plugins (fastapi#158) 📝 Update release notes 📝 Add docs about removing the frontend (fastapi#156) 📝 Update release notes 🔧 Simplify scripts and development (fastapi#155) 📝 Update release notes ♻️ Simplify Docker Compose files and deployment (fastapi#153) ♻️ Simplify tests, run in same backend service (fastapi#152) ...
ebreton
added a commit
to ebreton/full-stack-fastapi-postgresql
that referenced
this pull request
Jun 1, 2020
* tiangolo-master: (63 commits) 📝 Update release notes ✨ Add GitHub Sponsors button (fastapi#201) 📝 Update release notes 🔊 Add consistent errors for env vars not set (fastapi#200) 📝 Update release notes ✨ Upgrade Traefik to version 2 (fastapi#199) 📝 Update release notes 📝 Add docs about reporting coverage in HTML (fastapi#161) 📝 Update relase notes ✨ Test using the TestClient (fastapi#160) 🎨 Format fixes (fastapi#159) 📝 Update release notes ♻️ Refactor backend, settings, DB sessions, types, configs, plugins (fastapi#158) 📝 Update release notes 📝 Add docs about removing the frontend (fastapi#156) 📝 Update release notes 🔧 Simplify scripts and development (fastapi#155) 📝 Update release notes ♻️ Simplify Docker Compose files and deployment (fastapi#153) ♻️ Simplify tests, run in same backend service (fastapi#152) ...
@PythonWongXb hey, you can check the docs here: https://docs.python.org/3/tutorial/modules.html#packages |
gusevyaroslove
pushed a commit
to gusevyaroslove/fastapi-template
that referenced
this pull request
Aug 4, 2024
* 📝 Update release notes * 🎨 Update format and structure
alejsdev
pushed a commit
that referenced
this pull request
Dec 19, 2024
* ♻️ Close redis when request is done We also close the pool if we are running the tests, this prevents a warning. * Initial endpoint for device authorization
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🎨 Extra format fixes