Skip to content

Commit

Permalink
Fix docstrings spacing in version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
renan-souza committed Oct 25, 2024
1 parent 4a4bdfb commit 14d33bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/version_bumper.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
print("New version: " + new_version)

with open(version_file_path, "w") as f:
f.write(
f"""
f.write(f"""
\"\"\"Version module.\"\"\"
# WARNING: CHANGE THIS FILE MANUALLY ONLY TO RESOLVE CONFLICTS!
Expand Down
1 change: 0 additions & 1 deletion src/flowcept/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

"""Version module."""

# WARNING: CHANGE THIS FILE MANUALLY ONLY TO RESOLVE CONFLICTS!
Expand Down

0 comments on commit 14d33bf

Please sign in to comment.