Skip to content

Commit

Permalink
[pre-commit.ci] Auto-fix from pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Mar 25, 2024
1 parent f5eac3a commit 88ad693
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions alembic/versions/20220510045129_f0e6da2ac046_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2022-05-10 04:51:29.280161+00:00
"""

import sqlalchemy as sa
import sqlmodel

Expand Down
1 change: 1 addition & 0 deletions cloudrunfastapi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""cloudrun-fastapi"""

import os

__version__ = os.getenv("API_TAG_VERSION", "0.1.0")
Expand Down
1 change: 1 addition & 0 deletions cloudrunfastapi/gunicorn_config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""gunicorn server configuration."""

import os

threads = 2
Expand Down

0 comments on commit 88ad693

Please sign in to comment.