Skip to content

Commit 2380c28

Browse files
claude[bot]yangm2
andcommitted
fix: correct import order in app.py to comply with linting standards
Co-authored-by: yangm2 <[email protected]>
1 parent eff670a commit 2380c28

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

backend/tenantfirstaid/app.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
from flask_cors import CORS
77
import os
88
import secrets
9+
from pathlib import Path
10+
11+
from flask import Flask, jsonify, session
12+
from flask_cors import CORS
913

1014

1115
if Path(".env").exists():

0 commit comments

Comments
 (0)