Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
peixubin committed Jul 7, 2024
1 parent a983ebb commit 059f172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/utils/workflow_audit.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def is_auto_review(self) -> bool:
return True

def generate_audit_setting(self) -> AuditSetting:
auto_review = self.is_auto_review();
auto_review = self.is_auto_review()
wf_status = self.workflow.status
if auto_review and wf_status != "workflow_autoreviewwrong":
return AuditSetting(auto_pass=True)
Expand Down

0 comments on commit 059f172

Please sign in to comment.