Skip to content

Commit d6a21f8

Browse files
fix pylint issues
1 parent ad371b4 commit d6a21f8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/App/backend/common/config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ def __init__(self):
145145
self.MID_ID = os.getenv("AZURE_CLIENT_ID")
146146
self.SQL_MID_ID = os.getenv("SQLDB_USER_MID")
147147

148-
149148
# System Prompts
150149
self.SQL_SYSTEM_PROMPT = os.environ.get("AZURE_SQL_SYSTEM_PROMPT")
151150
self.CALL_TRANSCRIPT_SYSTEM_PROMPT = os.environ.get(

src/App/backend/services/sqldb_service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
password = config.SQL_PASSWORD
2020
mid_id = config.SQL_MID_ID
2121

22+
2223
def dict_cursor(cursor):
2324
"""
2425
Converts rows fetched by the cursor into a list of dictionaries.

0 commit comments

Comments
 (0)