Skip to content

Commit

Permalink
fix lint3
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelrios committed Jul 10, 2024
1 parent 3489566 commit aae82e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jira.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@ def report_jira_qa_requests_insert(self, payload):
# This is the only way working locally to insert data
# payload.to_sql('report_jira_qa_requests', con=engine, if_exists='append', index=False) # noqa

session.add(report)
session.commit()
self.session.add(report)
self.session.commit()

0 comments on commit aae82e9

Please sign in to comment.