Skip to content

Commit

Permalink
reintroduce empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang committed Jan 7, 2025
1 parent 94edc9c commit 9ab36fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fetch/transfer_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ def main() -> None:
"""Generate transfers for an accounting period"""

args = generic_script_init(description="Fetch Complete Reimbursement")

config = AccountingConfig.from_network(Network(os.environ["NETWORK"]))

accounting_period = AccountingPeriod(args.start)
Expand Down

0 comments on commit 9ab36fe

Please sign in to comment.