Skip to content

Commit

Permalink
fix: linters
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryPaulo committed Sep 12, 2023
1 parent 623239d commit da54ab5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ def validate_auth_rule(self, doctype_name, total, based_on, cond, company, maste
(doctype_name, total, based_on),
)

self.get_appr_user_role(appr, doctype_name, total, based_on, cond + add_cond2, master_name, company)
self.get_appr_user_role(
appr, doctype_name, total, based_on, cond + add_cond2, master_name, company
)

def bifurcate_based_on_type(self, doctype_name, total, av_dis, based_on, doc_obj, val, company):
add_cond = ""
Expand Down

0 comments on commit da54ab5

Please sign in to comment.