Skip to content

Commit

Permalink
chore: codacy suggested fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vorasmit committed Jan 8, 2025
1 parent 7879619 commit 490350f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -574,8 +574,7 @@ def generate_gstr1_data(self, filters, callback=None):
message=str(error),
reference_doctype="GSTR-1 Beta",
)
callback and callback(filters, error_log.name)
return
return callback and callback(filters, error_log.name)

books_data = self.get_books_gstr1_data(filters)

Expand Down

0 comments on commit 490350f

Please sign in to comment.