Skip to content

Commit ceed11b

Browse files
committed
fix lint
1 parent 894f7be commit ceed11b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jira.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def report_jira_qa_requests_insert(self, payload):
110110
pass
111111
# TBD
112112
# This is the way used in testrail.py
113-
# report = ReportJiraQARequests(payload)
113+
report = ReportJiraQARequests(payload)
114114

115115
# This is the only way working locally to insert data
116116
# payload.to_sql('report_jira_qa_requests', con=engine, if_exists='append', index=False) # noqa

0 commit comments

Comments
 (0)