Skip to content

Commit 32923c9

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 fd340e0 commit 32923c9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

backend/tenantfirstaid/app.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
import os
2+
import secrets
13
from pathlib import Path
4+
25
from flask import Flask, jsonify, session
36
from flask_cors import CORS
4-
import os
5-
import secrets
67

78

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

0 commit comments

Comments
 (0)