[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2022-11-19 20:17:53 +00:00 committed by Shaun Eccles-Smith
parent 99cac24df6
commit c8fadef43c
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ def write_version(major, minor, micro):
"MICRO_VERSION = .*\n", f"MICRO_VERSION = {micro}\n", content
)
with open("ledfx/consts.py", "wt") as fil:
with open("ledfx/consts.py", "w") as fil:
content = fil.write(content)