Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mcspr committed Feb 11, 2024
1 parent d6b7649 commit a8322ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/format_tzdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ def header(zones):

if __name__ == "__main__":
parser = argparse.ArgumentParser(
formatter_class=argparse.ArgumentDefaultsHelpFormatter)
formatter_class=argparse.ArgumentDefaultsHelpFormatter,
)
parser.add_argument(
"--output",
type=argparse.FileType("w", encoding="utf-8"),
Expand Down

0 comments on commit a8322ea

Please sign in to comment.