Skip to content

Commit

Permalink
Add a newline, appease the linting gods
Browse files Browse the repository at this point in the history
  • Loading branch information
jperson1 committed Jul 19, 2024
1 parent cad17f2 commit 64c4823
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/schemas/scripts/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,7 @@ def set_wb_security(wb, password):
wb.security = WorkbookProtection(workbookPassword=password, lockStructure=True)
wb.security.lockStructure = True


def save_workbook(wb, basename):
wb.save(f"{basename}")

Expand Down

0 comments on commit 64c4823

Please sign in to comment.