Skip to content

Commit 2fc379e

Browse files
lint error fixed
1 parent 324b2f2 commit 2fc379e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ClientAdvisor/App/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1598,7 +1598,6 @@ def get_users():
15981598
cursor.execute(sql_stmt)
15991599
rows = cursor.fetchall()
16001600

1601-
16021601
if len(rows) <= 6:
16031602
# update ClientMeetings,Assets,Retirement tables sample data to current date
16041603
cursor = conn.cursor()

0 commit comments

Comments
 (0)