Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 29, 2024
1 parent 14cc572 commit c26828c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/flask/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

db = SQLAlchemy(engine_options={"echo": True})
app = Flask(__name__)
app.config[
"SQLALCHEMY_DATABASE_URI"
] = "sqlite:////tmp/example.db?check_same_thread=False"
app.config["SQLALCHEMY_DATABASE_URI"] = (
"sqlite:////tmp/example.db?check_same_thread=False"
)
db.init_app(app)


Expand Down

0 comments on commit c26828c

Please sign in to comment.